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 38735b5 commit deef571Copy full SHA for deef571
cmn/config.go
@@ -725,8 +725,8 @@ type (
725
NumRetries int `json:"num_retries"`
726
}
727
AdaptiveToSet struct {
728
- NumRetries *int `json:"num_retries,omitempty"`
729
RateLimitBaseToSet
+ NumRetries *int `json:"num_retries,omitempty"`
730
731
732
// rate limit that fails 'too-many requests' while permitting a certain level of burstiness
@@ -737,8 +737,8 @@ type (
737
Size int `json:"burst_size"`
738
739
BurstyToSet struct {
740
- Size *int `json:"burst_size,omitempty"`
741
+ Size *int `json:"burst_size,omitempty"`
742
743
)
744
0 commit comments