spec(api): Misskey内部のnotifications/createのレートリミットを廃止 (MisskeyIO#451)

Cloudflare上でレートリミットをコントロールしたいため
This commit is contained in:
まっちゃとーにゅ 2024-02-14 23:02:51 +09:00 committed by GitHub
parent 3fc9252641
commit 71b46438e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,6 @@ export const meta = {
kind: 'write:notifications',
limit: {
duration: 1000 * 60,
max: 10,
},
errors: {
},
} as const;