-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wake up connection borrowers when pool is closed (#489)
This speeds up the pool responsiveness quite a bit. Borrowers would only be woken up after the connection acquisition timeout otherwise (if any). This problem was noticed while trying to unsuccessfully reproduce #451 Co-authored-by: Rouven Bauer <rouven.bauer@neo4j.com>
- Loading branch information
1 parent
786866e
commit 29a9396
Showing
2 changed files
with
85 additions
and
73 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