Skip to content

Commit

Permalink
Fixed unit tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Dec 17, 2024
1 parent 7309c0e commit c818bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func defaultConfig() *Config {
ChunkCacheSize: 1024 * 1024,
ChunkMaxConcurrency: 32,
MaxKeysPerGetChunksRequest: 1024,
AuthenticationDisabled: true,
RateLimits: limiter.Config{
MaxGetBlobOpsPerSecond: 1024,
GetBlobOpsBurstiness: 1024,
Expand Down

0 comments on commit c818bee

Please sign in to comment.