-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Enforce a maximum connection timeout without impacting pooled operations. This allows pooled conns to set the connect timeout and influence how long to remain queued for available conns, while not choking up the thread with connects that are unlikely to succeed. Add a GFLAG as a backdoor for those who insist on doing it the wrong way Reviewed By: jupyung Differential Revision: D45589828 fbshipit-source-id: 3d4642daa530848ea8ff75d822b8b7b6251a195b
- Loading branch information
1 parent
d2db4f9
commit ded3774
Showing
2 changed files
with
14 additions
and
0 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