From c11ce048c7fc60676a2e83cf8d5d149c36fb6e1c Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 1 May 2025 09:24:16 -0500 Subject: [PATCH] Disable monkey patching. --- docker/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/uwsgi.ini b/docker/uwsgi.ini index b1ff362b..b40259c2 100644 --- a/docker/uwsgi.ini +++ b/docker/uwsgi.ini @@ -41,7 +41,7 @@ lazy-apps = true # Improve memory efficiency # Async mode (use gevent for high concurrency) gevent = 100 async = 100 -gevent-monkey-patch = true ; Ensure all blocking operations are patched (especially important for Ryzen CPUs) +#gevent-monkey-patch = true ; Ensure all blocking operations are patched (especially important for Ryzen CPUs) # Performance tuning thunder-lock = true