2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 11:09:01 +00:00
frappe_docker/images/worker/gevent_patch.py

4 lines
48 B
Python
Raw Normal View History

import gevent.monkey
2021-12-10 08:52:40 +00:00
gevent.monkey.patch_all()