Skip to content

Commit

Permalink
Update source/connection-monitoring-and-pooling/connection-monitoring…
Browse files Browse the repository at this point in the history
…-and-pooling.md

Co-authored-by: Jib <Jibzade@gmail.com>
  • Loading branch information
blink1073 and Jibola committed May 28, 2024
1 parent 06908d4 commit 434c713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ guarantee that the waitQueue normally provides.

Because of these issues, it does not make sense to
[go against driver mantras and provide an additional knob](../driver-mantras.md#). We may eventually pursue an
alternative configurations to address wait queue size in [Advanced Pooling Behaviors](#advanced-pooling-behaviors).
alternative configuration to address wait queue size in [Advanced Pooling Behaviors](#advanced-pooling-behaviors).

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

0 comments on commit 434c713

Please sign in to comment.