Merge pull request #6084 from ToolJet/hotfix-mssql-connections

Fix: Mssql pool timeout
This commit is contained in:
Akshay 2023-04-20 18:14:31 +05:30 committed by GitHub
commit 88b7ca108e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
2.4.8
2.4.9

View file

@ -68,6 +68,7 @@ export default class MssqlQueryService implements QueryService {
encrypt: sourceOptions.azure ?? false,
instanceName: sourceOptions.instanceName,
},
pool: { min: 0 },
},
};

View file

@ -1 +1 @@
2.4.8
2.4.9