Increase thread stack size in uwsgi configuration for improved performance

This commit is contained in:
SergeantPanda 2025-04-27 19:15:00 -05:00
parent 07edf270fb
commit 164f0cdbb5

View file

@ -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