mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
更新 __init__.py
This commit is contained in:
+1
-2
@@ -124,8 +124,7 @@ def _get_postgresql_engine(is_async: bool = False):
|
|||||||
|
|
||||||
# PostgreSQL连接参数
|
# PostgreSQL连接参数
|
||||||
_connect_args = {
|
_connect_args = {
|
||||||
"connect_timeout": settings.DB_TIMEOUT,
|
"connect_timeout": settings.DB_TIMEOUT
|
||||||
"command_timeout": settings.DB_TIMEOUT,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# 创建同步引擎
|
# 创建同步引擎
|
||||||
|
|||||||
Reference in New Issue
Block a user