Enhancement: Enable GEVENT support in uWSGI configuration for improved concurrency handling. Update debugging environment variables accordingly.

This commit is contained in:
SergeantPanda 2026-07-06 17:15:35 -05:00
parent 96db4f92c7
commit ebbc2a7b54

View file

@ -77,6 +77,7 @@ env = PYTHONUTF8=1
env = PYTHONXOPT=-Xfrozen_modules=off
env = PYDEVD_DEBUG=1
env = DEBUGPY_LOG_DIR=/app/debugpy_logs
env = GEVENT_SUPPORT=true
# Debugging control variables
env = WAIT_FOR_DEBUGGER=false