mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
scale back asyncio ambitions
I've removed the psycogreen monkey-patching for async DB access - too many connection problems The gevent monkey-patch remains for now
This commit is contained in:
parent
7bf4f98abe
commit
9cd89212e5
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ if os.environ.get('FLASK_ENV', '') != 'development':
|
|||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
|
||||
from psycogreen.gevent import patch_psycopg
|
||||
patch_psycopg()
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
from flask_babel import get_locale
|
||||
|
|
Loading…
Reference in a new issue