Disable monkey patching.

This commit is contained in:
SergeantPanda 2025-05-01 09:24:16 -05:00
parent b811a3d45b
commit c11ce048c7

View file

@ -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