mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-28 23:08:17 +09:00
Update rate limit
This commit is contained in:
parent
92457f91ae
commit
1673957aa6
@ -509,7 +509,7 @@ const endpoints: Endpoint[] = [
|
||||
withCredential: true,
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 120,
|
||||
max: 300,
|
||||
minInterval: ms('1second')
|
||||
},
|
||||
kind: 'note-write'
|
||||
|
Loading…
Reference in New Issue
Block a user