From c99e6b68bcf1c5bbcde1bb5acee9373c567a51a0 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 28 Mar 2025 09:39:57 -0500 Subject: [PATCH] Increase the number of threads from 4 to 8 in uwsgi configuration for improved concurrency --- docker/uwsgi.debug.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/uwsgi.debug.ini b/docker/uwsgi.debug.ini index f8df7bdc..957f4f4c 100644 --- a/docker/uwsgi.debug.ini +++ b/docker/uwsgi.debug.ini @@ -27,7 +27,7 @@ static-map = /static=/app/static # Worker configuration workers = 1 -threads = 4 +threads = 8 enable-threads = true lazy-apps = true