Details
-
New Feature
-
Resolution: Duplicate
-
Major - P3
-
None
-
1.6.4
-
None
-
Linux
Description
Hi, we're now integrating mongodb into our products using C++ driver. We noticed that the client sometimes gets blocked forever, when the server is in high load.
To solve this problem, setting the client-side timeout seems good idea. I looked at the code, and DBClientConnection has timeout parameter for the constructor. But we cannot specify that parameter via ScopedDbConnection.
Could you add that API?