From e06824f4ec703388b7d55beeb5f1b3ef12452226 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 19 Feb 2025 23:21:08 +0100 Subject: [PATCH] Changed server. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 0a42856..17bcf22 100644 --- a/compose.yml +++ b/compose.yml @@ -9,7 +9,7 @@ services: environment: - PYTHONDONTWRITEBYTECODE=1 - PYTHONUNBUFFERED=1 - entrypoint: ["gunicorn", "-w", "4", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"] + entrypoint: ["gunicorn", "-w", "1", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"] #entrypoint: ["python","-m","snek.app"] snecssh: build: