enhance(backend): configure ratelimit for notification creation apis
This commit is contained in:
@@ -14,6 +14,11 @@ export const meta = {
|
||||
|
||||
kind: 'write:notifications',
|
||||
|
||||
limit: {
|
||||
duration: 1000 * 60,
|
||||
max: 10,
|
||||
},
|
||||
|
||||
errors: {
|
||||
},
|
||||
} as const;
|
||||
|
Reference in New Issue
Block a user