mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Update readme: non critical -> non-critical (#164)
* I see non-critical and noncritical, but no `non critical` * ref: https://en.wiktionary.org/wiki/non-critical
This commit is contained in:
parent
a4abba78df
commit
a8bc713b0e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ end
|
||||||
|
|
||||||
This will only modify the resource-get timeout for this particular
|
This will only modify the resource-get timeout for this particular
|
||||||
invocation.
|
invocation.
|
||||||
This is useful if you want to fail-fast on certain non critical
|
This is useful if you want to fail-fast on certain non-critical
|
||||||
sections when a resource is not available, or conversely if you are comfortable blocking longer on a particular resource.
|
sections when a resource is not available, or conversely if you are comfortable blocking longer on a particular resource.
|
||||||
This is not implemented in the `ConnectionPool::Wrapper` class.
|
This is not implemented in the `ConnectionPool::Wrapper` class.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue