瀏覽代碼

Temporary set rate limit to 60k

JustSong 2 年之前
父節點
當前提交
c0bb2338de
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/constants.go

+ 1 - 1
common/constants.go

@@ -63,7 +63,7 @@ var (
 // All duration's unit is seconds
 // Shouldn't larger then RateLimitKeyExpirationDuration
 var (
-	GlobalApiRateLimitNum            = 60
+	GlobalApiRateLimitNum            = 60000 // TODO: temporary set to 60000
 	GlobalApiRateLimitDuration int64 = 3 * 60
 
 	GlobalWebRateLimitNum            = 60