From b444790268fb35cf916281e6f8eb08e763ab1b5c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:40:15 +0200 Subject: [PATCH] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index f2b5dc202..b6f0660a2 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -58,7 +58,7 @@ "MAX_WORKERS": "1", "WEB_CONCURRENCY": "2", "WEB_GUNICORN": "true", - "WORKERS_PER_CORE": "0.5, + "WORKERS_PER_CORE": "0.5", "DATA_DIR": "/config/addons_config/mealie_data" }, "image": "ghcr.io/alexbelgium/mealie-{arch}",