更新 __init__.py

This commit is contained in:
jxxghp
2025-08-19 14:20:46 +08:00
committed by GitHub
parent 69b1ce60ff
commit 45d5874026

View File

@@ -124,8 +124,7 @@ def _get_postgresql_engine(is_async: bool = False):
# PostgreSQL连接参数
_connect_args = {
"connect_timeout": settings.DB_TIMEOUT,
"command_timeout": settings.DB_TIMEOUT,
"connect_timeout": settings.DB_TIMEOUT
}
# 创建同步引擎