From 1673957aa68203813fd7a9c53f53429e05906f4d Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 1 Jul 2018 13:40:31 +0900
Subject: [PATCH] Update rate limit

---
 src/server/api/endpoints.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts
index f613710c8..146de6725 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'