mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Fix bug
This commit is contained in:
parent
674a632fc4
commit
4c8463f0d4
@ -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'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user