mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-03-10 08:10:05 +00:00
Document that 0 removes the limit on pool size
This commit is contained in:
@@ -25,6 +25,9 @@ db:
|
|||||||
## When this number is reached and no connections are free, Invidious will
|
## When this number is reached and no connections are free, Invidious will
|
||||||
## wait for up to `checkout_timeout` before raising an exception.
|
## wait for up to `checkout_timeout` before raising an exception.
|
||||||
##
|
##
|
||||||
|
## Note: Setting to 0 will disable this limit and allow the the pool to
|
||||||
|
## grow indefinitely.
|
||||||
|
##
|
||||||
## Accepted values: a positive integer
|
## Accepted values: a positive integer
|
||||||
## Default: 100
|
## Default: 100
|
||||||
##
|
##
|
||||||
@@ -90,7 +93,7 @@ db:
|
|||||||
#retry_attempts: 5.0
|
#retry_attempts: 5.0
|
||||||
|
|
||||||
##
|
##
|
||||||
## How long to wait (in-seconds) between each retry attempt
|
## How long to wait (in seconds) between each retry attempt
|
||||||
##
|
##
|
||||||
## Note: See description for `retry_attempts` for more information
|
## Note: See description for `retry_attempts` for more information
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user