From e8ee59cf00fd68e86f653efc59890a671cd31867 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 1 May 2025 09:31:26 -0500 Subject: [PATCH] Not sure why it didn't push. --- docker/uwsgi.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/uwsgi.ini b/docker/uwsgi.ini index b40259c2..326f4b5d 100644 --- a/docker/uwsgi.ini +++ b/docker/uwsgi.ini @@ -41,7 +41,6 @@ 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) # Performance tuning thunder-lock = true