From b8a360917e47467acdfcded6b12af2d2a2e998af Mon Sep 17 00:00:00 2001 From: noampfeifel Date: Tue, 15 Aug 2023 19:07:34 +0300 Subject: [PATCH] final fixes --- config.yaml | 2 +- docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index c7366a64da..c34d9848f0 100644 --- a/config.yaml +++ b/config.yaml @@ -163,7 +163,7 @@ server: DB_HOST: "localhost" DB_USER: "cosmic_server" DB_PASS: "snailshell" - INIT_CONNECTION_POOL_TIMEOUT: 50 # Seconds + INIT_CONNECTION_POOL_TIMEOUT: 90 # Seconds #Login Configuration WORLDS: 1 #Initial number of worlds on the server. diff --git a/docker-compose.yml b/docker-compose.yml index 27cc604767..90bbb04fc0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,8 +27,6 @@ services: MYSQL_DATABASE: "cosmic" MYSQL_USER: "cosmic_server" MYSQL_PASSWORD: "snailshell" - cap_add: - - SYS_NICE ports: - "3307:3306" volumes: