Skip to content

Commit 1e99dac

Browse files
committed
fix: fix SQL Server connect error
1 parent 53d9d4a commit 1e99dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/apps/db/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def get_origin_connect(type: str, conf: DatasourceConf):
8080
user=conf.username,
8181
password=conf.password,
8282
database=conf.database,
83+
timeout=conf.timeout,
8384
tds_version='7.0' # options: '4.2', '7.0', '8.0' ...
8485
)
8586

0 commit comments

Comments
 (0)