We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c531b commit 8cca03dCopy full SHA for 8cca03d
const.go
@@ -8,7 +8,7 @@ const (
8
)
9
10
const (
11
- HTTP_RATE_LIMIT = 50
+ HTTP_RATE_LIMIT = 25
12
HTTP_RATE_LIMIT_PER_MIN = HTTP_RATE_LIMIT * 60
13
14
INGRESS_RATE_LIMIT = 100
0 commit comments