Update rate limit

This commit is contained in:
syuilo 2018-07-01 13:40:31 +09:00
parent 92457f91ae
commit 1673957aa6

View file

@ -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'