mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Increase retry_attempts to 3
This commit is contained in:
parent
d0480f5381
commit
4076bf73b3
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ db:
|
|||
#checkout_timeout: 5
|
||||
|
||||
## Amount of retries when a connection is either lost or can't be established.
|
||||
#retry_attempts: 1
|
||||
#retry_attempts: 3
|
||||
|
||||
## Amount of seconds between each retry
|
||||
#retry_delay: 1
|
||||
|
|
|
@ -223,7 +223,7 @@ struct DBConfig
|
|||
property max_pool_size : Int32 = 0
|
||||
property max_idle_pool_size : Int32 = 1
|
||||
property checkout_timeout : Int32 = 5
|
||||
property retry_attempts : Int32 = 1
|
||||
property retry_attempts : Int32 = 3
|
||||
property retry_delay : Int32 = 1
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue