mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 06:56:33 +09:00
Fix bug
This commit is contained in:
@ -340,7 +340,7 @@ const endpoints: Endpoint[] = [
|
||||
limit: {
|
||||
duration: ms('1hour'),
|
||||
max: 120,
|
||||
minInterval: 1 * second
|
||||
minInterval: ms('1second')
|
||||
},
|
||||
kind: 'post-write'
|
||||
},
|
||||
|
Reference in New Issue
Block a user