From 164f0cdbb510e05f2cb86040634d057196ecb97a Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sun, 27 Apr 2025 19:15:00 -0500 Subject: [PATCH] Increase thread stack size in uwsgi configuration for improved performance --- docker/uwsgi.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/uwsgi.ini b/docker/uwsgi.ini index 9db61495..326f4b5d 100644 --- a/docker/uwsgi.ini +++ b/docker/uwsgi.ini @@ -28,6 +28,7 @@ static-map = /static=/app/static workers = 4 threads = 4 enable-threads = true +thread-stacksize=512 # Optimize for streaming http = 0.0.0.0:5656