Skip to content

Commit

Permalink
Fix flag test for the changed default op-rate-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lezh committed Apr 26, 2021
1 parent 608e710 commit 608a6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags_test.go
Expand Up @@ -73,7 +73,7 @@ func (t *FlagsTest) Defaults() {
// GCS
ExpectEq("", f.KeyFile)
ExpectEq(-1, f.EgressBandwidthLimitBytesPerSecond)
ExpectEq(5, f.OpRateLimitHz)
ExpectEq(-1, f.OpRateLimitHz)

// Tuning
ExpectEq(4096, f.StatCacheCapacity)
Expand Down

0 comments on commit 608a6f5

Please sign in to comment.