We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ff4f6 commit 4077d22Copy full SHA for 4077d22
ddl/syncer.go
@@ -57,7 +57,7 @@ var (
57
CheckVersFirstWaitTime = 50 * time.Millisecond
58
// SyncerSessionTTL is the etcd session's TTL in seconds.
59
// and it's an exported variable for testing.
60
- SyncerSessionTTL = 10 * 60
+ SyncerSessionTTL = 90
61
// WaitTimeWhenErrorOccured is waiting interval when processing DDL jobs encounter errors.
62
WaitTimeWhenErrorOccured = 1 * time.Second
63
)
0 commit comments