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