Skip to content

Commit deef571

Browse files
committed
core: realign cluster-config and bucket-props fields
Signed-off-by: Alex Aizman <[email protected]>
1 parent 38735b5 commit deef571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmn/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ type (
725725
NumRetries int `json:"num_retries"`
726726
}
727727
AdaptiveToSet struct {
728-
NumRetries *int `json:"num_retries,omitempty"`
729728
RateLimitBaseToSet
729+
NumRetries *int `json:"num_retries,omitempty"`
730730
}
731731

732732
// rate limit that fails 'too-many requests' while permitting a certain level of burstiness
@@ -737,8 +737,8 @@ type (
737737
Size int `json:"burst_size"`
738738
}
739739
BurstyToSet struct {
740-
Size *int `json:"burst_size,omitempty"`
741740
RateLimitBaseToSet
741+
Size *int `json:"burst_size,omitempty"`
742742
}
743743
)
744744

0 commit comments

Comments
 (0)