Skip to content

Commit fa494b0

Browse files
authored
GT-405 Extend the default timeout for Force Shard Rebuild (#1300)
1 parent 41ebea7 commit fa494b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/globals/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
// timeout after which particular out-synced shard is considered as failed and rebuild is triggered
3434
DefaultOutSyncedShardRebuildTimeout = time.Minute * 60
3535
// DefaultOutSyncedShardRebuildRetryTimeout timeout after which rebuild shards retry flow is triggered
36-
DefaultOutSyncedShardRebuildRetryTimeout = time.Minute * 60
36+
DefaultOutSyncedShardRebuildRetryTimeout = time.Hour * 4
3737

3838
DefaultKubernetesRequestBatchSize = 256
3939

0 commit comments

Comments
 (0)