mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 15:43:07 +02:00
Better rate limitting
This commit is contained in:
parent
256ba78ba5
commit
261a3f5d91
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export const meta = {
|
|||
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 100
|
||||
max: 120
|
||||
},
|
||||
|
||||
requireFile: true,
|
||||
|
|
Loading…
Reference in a new issue