forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: do not recreate a connection immediately
If we create a connection immediately after closing previous, then it can to lead to too frequent connection creation under some configurations [1] and high CPU load. It will be expected to recreate connection with OptsPool.CheckTimeout frequency. 1. #136 Part of #208
- Loading branch information
1 parent
b977961
commit 0c6a81a
Showing
2 changed files
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters