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 5358cf5 commit a3ed219Copy full SHA for a3ed219
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