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:
rimu 2025-01-23 08:53:32 +13:00
parent 7bf4f98abe
commit 9cd89212e5

View file

@ -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