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:
P0nk
2021-05-24 20:26:18 +02:00
parent 75078a5fa1
commit c514c303c7

View File

@@ -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.