mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 15:33:08 +02:00
Update rate limit setting
This commit is contained in:
parent
d7dbe503b6
commit
45b55a8c98
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ export const meta = {
|
|||
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 300,
|
||||
minInterval: ms('1second')
|
||||
max: 300
|
||||
},
|
||||
|
||||
kind: 'note-write',
|
||||
|
|
Loading…
Reference in a new issue