Skip to content

Commit

Permalink
enlarge sleep time when bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 committed Apr 10, 2019
1 parent 3fb8864 commit ee7fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func bootstrap(s Session) {
doDMLWorks(s)
return
}
time.Sleep(50 * time.Millisecond)
time.Sleep(200 * time.Millisecond)
}
}

Expand Down

0 comments on commit ee7fd24

Please sign in to comment.