File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
source/connection-monitoring-and-pooling Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1266,7 +1266,7 @@ guarantee that the waitQueue normally provides.
1266
1266
1267
1267
Because of these issues, it does not make sense to
1268
1268
[ go against driver mantras and provide an additional knob] ( ../driver-mantras.md# ) . We may eventually pursue an
1269
- alternative configurations to address wait queue size in [ Advanced Pooling Behaviors] ( #advanced-pooling-behaviors ) .
1269
+ alternative configuration to address wait queue size in [ Advanced Pooling Behaviors] ( #advanced-pooling-behaviors ) .
1270
1270
1271
1271
Users that wish to have this functionality can achieve similar results by utilizing other methods to limit concurrency.
1272
1272
Examples include implementing either a thread pool or an operation queue with a capped size in the user application.
You can’t perform that action at this time.
0 commit comments