1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-25 00:34:25 -06:00
This commit is contained in:
syuilo⭐️ 2017-03-03 02:20:34 +09:00 committed by GitHub
parent cebf6e9686
commit d46c5a19e4

View file

@ -340,7 +340,7 @@ const endpoints: Endpoint[] = [
limit: { limit: {
duration: ms('1hour'), duration: ms('1hour'),
max: 120, max: 120,
minInterval: 1 * second minInterval: ms('1second')
}, },
kind: 'post-write' kind: 'post-write'
}, },