diff options
Diffstat (limited to 'src/server/api/endpoints.ts')
| -rw-r--r-- | src/server/api/endpoints.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index b4ab65eb16..196f3adebc 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -555,7 +555,7 @@ const endpoints: Endpoint[] = [ withCredential: true, limit: { duration: ms('1hour'), - max: 100 + max: 300 }, kind: 'reaction-write' }, |