summaryrefslogtreecommitdiff
path: root/src/server/api
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-01 13:40:31 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-01 13:40:31 +0900
commit1673957aa68203813fd7a9c53f53429e05906f4d (patch)
tree48d330b0f33dc72c2be2fde2890f0627993b2ad9 /src/server/api
parentMerge pull request #1823 from syuilo/greenkeeper/@types/node-10.5.1 (diff)
downloadsharkey-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.ts2
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'