eventlet monkeypatch
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user