This commit is contained in:
SergeantPanda 2026-03-15 17:46:44 -05:00
commit 159c2d0de7
2 changed files with 1 additions and 5 deletions

View file

@ -28,8 +28,6 @@ static-map = /static=/app/static
# Worker configuration
workers = 1
threads = 8
enable-threads = true
lazy-apps = true
# HTTP server

View file

@ -28,10 +28,8 @@ vacuum = true
die-on-term = true
static-map = /static=/app/static
# Worker management (Optimize for I/O bound tasks)
# Worker management
workers = 4
threads = 2
enable-threads = true
# Optimize for streaming
http = 0.0.0.0:5656