mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
更新 __init__.py
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
# 创建同步引擎
|
||||
|
||||
Reference in New Issue
Block a user