Commit 3938214f by JustSong

Temporary set rate limit to 60k

parent ae4a281c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment