Skip to content

Commit

Permalink
Use "not greater than" consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale committed Aug 8, 2023
1 parent 4d08e36 commit 1ec330e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ See the `Load Balancer Specification <../load-balancers/load-balancers.rst#event
* Naturally, if a new connection was not created (`ConnectionCreatedEvent`)
* and established (`ConnectionReadyEvent`) as part of checking out,
* this duration is usually
* smaller than or equal to `ConnectionPoolOptions.waitQueueTimeoutMS`,
* not greater than `ConnectionPoolOptions.waitQueueTimeoutMS`,
* but MAY occasionally be greater than that,
* because a driver does not provide hard real-time guarantees.
*
Expand Down

0 comments on commit 1ec330e

Please sign in to comment.