sequelize / sequelize-pool

Resource pool implementation. It can be used to throttle expensive resources.
Other
38 stars 17 forks source link

Acquire timeout not respected (seen on MSSQL) #52

Closed chrisskalog closed 1 year ago

chrisskalog commented 1 year ago

Hello,

I noticed that on MSSQL, the pool has acquire timeout 60 seconds, but the value is not passed to tedious driver which uses by default 15 secs. Is this intentional or it is a bug ?

Thanks in advance

sushantdhiman commented 1 year ago

This issue should be filed with main repository, as passing settings to driver is not handled in this library.