We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df995ca commit 6e78bb1Copy full SHA for 6e78bb1
1 file changed
httpclient/api_client.go
@@ -22,7 +22,7 @@ import (
22
"golang.org/x/time/rate"
23
)
24
25
-const maxAllowedBurst = 10
+const maxAllowedBurst = 5
26
27
type RequestVisitor func(*http.Request) error
28
0 commit comments