mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 22:39:33 +09:00
spec(api): Misskey内部のnotifications/create
のレートリミットを廃止 (MisskeyIO#451)
Cloudflare上でレートリミットをコントロールしたいため
This commit is contained in:
parent
3fc9252641
commit
71b46438e7
@ -14,11 +14,6 @@ export const meta = {
|
||||
|
||||
kind: 'write:notifications',
|
||||
|
||||
limit: {
|
||||
duration: 1000 * 60,
|
||||
max: 10,
|
||||
},
|
||||
|
||||
errors: {
|
||||
},
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user