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',
|
kind: 'write:notifications',
|
||||||
|
|
||||||
limit: {
|
|
||||||
duration: 1000 * 60,
|
|
||||||
max: 10,
|
|
||||||
},
|
|
||||||
|
|
||||||
errors: {
|
errors: {
|
||||||
},
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue