WEB-APP/ Optimization/ Build fix/ Hotkey edit mode/ Log rotation/ Form a11y/ E2E non-blocking

This commit is contained in:
Vladless
2026-04-13 00:38:29 +00:00
parent c1b9b20ea3
commit c693c28ee7
270 changed files with 20933 additions and 6365 deletions
+6
View File
@@ -20,6 +20,12 @@ if USE_PGBOUNCER and "+asyncpg" in DATABASE_URL:
_pool_recycle = 60 if USE_PGBOUNCER else 300
_QUERY_TIMEOUT_SEC = 30
if "+asyncpg" in _db_url:
_connect_args.setdefault("command_timeout", _QUERY_TIMEOUT_SEC)
_connect_args.setdefault("timeout", _QUERY_TIMEOUT_SEC)
def _create_engine():
return create_async_engine(