mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
Enhancement: Enable GEVENT support in uWSGI configuration for improved concurrency handling. Update debugging environment variables accordingly.
This commit is contained in:
parent
96db4f92c7
commit
ebbc2a7b54
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue