mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-14 00:28:31 +00:00
Increase retry_attempts to 3
This commit is contained in:
parent
d0480f5381
commit
4076bf73b3
@ -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 New Issue
Block a user