Skip to content

Commit db607ea

Browse files
blink1073Jibola
andcommitted
Update source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.md
Co-authored-by: Jib <[email protected]>
1 parent 2d73d87 commit db607ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ guarantee that the waitQueue normally provides.
12661266

12671267
Because of these issues, it does not make sense to
12681268
[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).
12701270

12711271
Users that wish to have this functionality can achieve similar results by utilizing other methods to limit concurrency.
12721272
Examples include implementing either a thread pool or an operation queue with a capped size in the user application.

0 commit comments

Comments
 (0)