Skip to content

Commit

Permalink
feat: increase timeout of LockShard and wait replicas in VTOrc defaul…
Browse files Browse the repository at this point in the history
…t config

Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 committed Jun 20, 2022
1 parent 11d29c0 commit fd8f7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/orchestrator/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ func newConfiguration() *Configuration {
WebMessage: "",
MaxConcurrentReplicaOperations: 5,
InstanceDBExecContextTimeoutSeconds: 30,
LockShardTimeoutSeconds: 1,
WaitReplicasTimeoutSeconds: 1,
LockShardTimeoutSeconds: 30,
WaitReplicasTimeoutSeconds: 30,
}
}

Expand Down

0 comments on commit fd8f7c6

Please sign in to comment.