diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-01 13:40:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-01 13:40:31 +0900 |
| commit | 1673957aa68203813fd7a9c53f53429e05906f4d (patch) | |
| tree | 48d330b0f33dc72c2be2fde2890f0627993b2ad9 /src/server/api | |
| parent | Merge pull request #1823 from syuilo/greenkeeper/@types/node-10.5.1 (diff) | |
| download | sharkey-1673957aa68203813fd7a9c53f53429e05906f4d.tar.gz sharkey-1673957aa68203813fd7a9c53f53429e05906f4d.tar.bz2 sharkey-1673957aa68203813fd7a9c53f53429e05906f4d.zip | |
Update rate limit
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' |