eventlet monkeypatch

This commit is contained in:
CakeCN
2025-09-14 16:08:25 +08:00
parent 20e54b6c8f
commit 17737d3cd0
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ from .views import register_blueprints
import atexit
import logging
import signal
import eventlet
eventlet.monkey_patch()
import threading
_shutdown_once = threading.Event()