tweak rate limit
This commit is contained in:
parent
212b2c738b
commit
9f5c8f42e0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export const meta = {
|
|||
|
||||
limit: {
|
||||
duration: 60000,
|
||||
max: 10,
|
||||
max: 15,
|
||||
},
|
||||
|
||||
kind: 'read:notifications',
|
||||
|
|
Loading…
Reference in a new issue