Skip to content

Commit

Permalink
GT-405 Extend the default timeout for Force Shard Rebuild (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo authored Apr 27, 2023
1 parent 41ebea7 commit fa494b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/globals/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
// timeout after which particular out-synced shard is considered as failed and rebuild is triggered
DefaultOutSyncedShardRebuildTimeout = time.Minute * 60
// DefaultOutSyncedShardRebuildRetryTimeout timeout after which rebuild shards retry flow is triggered
DefaultOutSyncedShardRebuildRetryTimeout = time.Minute * 60
DefaultOutSyncedShardRebuildRetryTimeout = time.Hour * 4

DefaultKubernetesRequestBatchSize = 256

Expand Down

0 comments on commit fa494b0

Please sign in to comment.