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 41ebea7 commit fa494b0Copy full SHA for fa494b0
pkg/util/globals/global.go
@@ -33,7 +33,7 @@ const (
33
// timeout after which particular out-synced shard is considered as failed and rebuild is triggered
34
DefaultOutSyncedShardRebuildTimeout = time.Minute * 60
35
// DefaultOutSyncedShardRebuildRetryTimeout timeout after which rebuild shards retry flow is triggered
36
- DefaultOutSyncedShardRebuildRetryTimeout = time.Minute * 60
+ DefaultOutSyncedShardRebuildRetryTimeout = time.Hour * 4
37
38
DefaultKubernetesRequestBatchSize = 256
39
0 commit comments