upd: lower max uses per hour on import notes

This commit is contained in:
Mar0xy 2023-11-30 22:05:13 +01:00
parent 13550bac35
commit 7251f12908
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -13,7 +13,7 @@ export const meta = {
prohibitMoved: true, prohibitMoved: true,
limit: { limit: {
duration: ms('1hour'), duration: ms('1hour'),
max: 5, max: 2,
}, },
errors: { errors: {