diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-30 23:05:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-30 23:05:24 +0900 |
| commit | 7dd7de8ff66868543e2faf86fbb7ad2a00240352 (patch) | |
| tree | 4c80d1477a8cf9e8f18100afd1a2a18eb57e0e10 /src/server/api/endpoints.ts | |
| parent | Merge pull request #1664 from syuilo/l10n_master (diff) | |
| download | sharkey-7dd7de8ff66868543e2faf86fbb7ad2a00240352.tar.gz sharkey-7dd7de8ff66868543e2faf86fbb7ad2a00240352.tar.bz2 sharkey-7dd7de8ff66868543e2faf86fbb7ad2a00240352.zip | |
Update endpoints.ts
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' }, |