Skip to content

Commit 8cca03d

Browse files
authored
fix: reduce HTTP_RATE_LIMIT to 25 (#2037)
1 parent 04c531b commit 8cca03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
)
99

1010
const (
11-
HTTP_RATE_LIMIT = 50
11+
HTTP_RATE_LIMIT = 25
1212
HTTP_RATE_LIMIT_PER_MIN = HTTP_RATE_LIMIT * 60
1313

1414
INGRESS_RATE_LIMIT = 100

0 commit comments

Comments
 (0)