diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-07-03 05:29:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-03 05:29:06 +0900 |
| commit | 2118fc1f0a42acadd39972bf41ce63d4979da101 (patch) | |
| tree | e568154a0a0843f09224c8c21f03cbc62d65f2fc /src/server/api | |
| parent | New translations ja.yml (English) (diff) | |
| parent | Merge pull request #1835 from syuilo/greenkeeper/hard-source-webpack-plugin-0... (diff) | |
| download | sharkey-2118fc1f0a42acadd39972bf41ce63d4979da101.tar.gz sharkey-2118fc1f0a42acadd39972bf41ce63d4979da101.tar.bz2 sharkey-2118fc1f0a42acadd39972bf41ce63d4979da101.zip | |
Merge branch 'master' into l10n_master
Diffstat (limited to 'src/server/api')
| -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 f613710c80..146de67253 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -509,7 +509,7 @@ const endpoints: Endpoint[] = [ withCredential: true, limit: { duration: ms('1hour'), - max: 120, + max: 300, minInterval: ms('1second') }, kind: 'note-write' |