mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Merge pull request #6084 from ToolJet/hotfix-mssql-connections
Fix: Mssql pool timeout
This commit is contained in:
commit
88b7ca108e
3 changed files with 3 additions and 2 deletions
2
.version
2
.version
|
|
@ -1 +1 @@
|
|||
2.4.8
|
||||
2.4.9
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ export default class MssqlQueryService implements QueryService {
|
|||
encrypt: sourceOptions.azure ?? false,
|
||||
instanceName: sourceOptions.instanceName,
|
||||
},
|
||||
pool: { min: 0 },
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.4.8
|
||||
2.4.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue