mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
6 lines
139 B
Python
6 lines
139 B
Python
|
from psycogreen.gevent import patch_psycopg
|
||
|
|
||
|
|
||
|
def post_fork(server, worker):
|
||
|
patch_psycopg()
|
||
|
worker.log.info("Made Psycopg2 Green")
|