From c514c303c76f242f58ee828ab58dc3bb4c27aa49 Mon Sep 17 00:00:00 2001 From: P0nk Date: Mon, 24 May 2021 20:26:18 +0200 Subject: [PATCH] Increase db init timeout 60 seconds might not be enough during the initial Docker db setup, but 90 seconds should be plenty. --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 34a13ef794..04f7da318f 100644 --- a/config.yaml +++ b/config.yaml @@ -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.