mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update rate limit
This commit is contained in:
parent
ea69d90b40
commit
ee6a52dc30
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ const endpoints: Endpoint[] = [
|
||||||
withCredential: true,
|
withCredential: true,
|
||||||
limit: {
|
limit: {
|
||||||
duration: ms('1hour'),
|
duration: ms('1hour'),
|
||||||
max: 120,
|
max: 300,
|
||||||
minInterval: ms('1second')
|
minInterval: ms('1second')
|
||||||
},
|
},
|
||||||
kind: 'note-write'
|
kind: 'note-write'
|
||||||
|
|
Loading…
Add table
Reference in a new issue