Increase db init timeout
60 seconds might not be enough during the initial Docker db setup, but 90 seconds should be plenty.
This commit is contained in:
@@ -166,7 +166,7 @@ server:
|
||||
DB_HOST: "localhost"
|
||||
DB_USER: "cosmic_server"
|
||||
DB_PASS: "snailshell"
|
||||
INIT_CONNECTION_POOL_TIMEOUT: 60 # Seconds
|
||||
INIT_CONNECTION_POOL_TIMEOUT: 90 # Seconds
|
||||
|
||||
#Login Configuration
|
||||
WORLDS: 1 #Initial number of worlds on the server.
|
||||
|
||||
Reference in New Issue
Block a user