increase timeout to 60s when connecting to tidb database#879
increase timeout to 60s when connecting to tidb database#879baurine wants to merge 1 commit intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
@baurine We also have other kind of timeouts, like proxy timeout. Could you confirm this behaviour? (e.g. whether increasing the proxy timeout is necessary). |
ok, I will check it. |
b4a5d28 to
ab56290
Compare
|
Seems that there is no proxy timeout. I think we can go on for now and see whether it can be improved in future. One thing to do: Now we have some connection logic in |
close #878
but in fact, we have kinds of timeout, not sure whether it is ok to only increase this timeout.