Skip to content

Commit

Permalink
Update rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Nov 5, 2022
1 parent e4d4598 commit 72f554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (
// All duration's unit is seconds
// Shouldn't larger then RateLimitKeyExpirationDuration
var (
GlobalApiRateLimitNum = 20
GlobalApiRateLimitNum = 180
GlobalApiRateLimitDuration int64 = 60

GlobalWebRateLimitNum = 60
Expand Down

0 comments on commit 72f554a

Please sign in to comment.