Skip to content
Snippets Groups Projects
Commit 1673957a authored by syuilo's avatar syuilo
Browse files

Update rate limit

parent 92457f91
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ const endpoints: Endpoint[] = [
withCredential: true,
limit: {
duration: ms('1hour'),
max: 120,
max: 300,
minInterval: ms('1second')
},
kind: 'note-write'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment