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
1 changed files with 0 additions and 5 deletions

View File

@ -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;