mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 02:05:47 +02:00
Fix bug
This commit is contained in:
@@ -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'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user