NangoHQ / nango

A single API for all your integrations.
https://www.nango.dev
Other
4.83k stars 442 forks source link

fix: db pool acquireTimeoutMillis cannot be zero #3046

Closed TBonnin closed 6 days ago

TBonnin commented 6 days ago

for migration we don't enforce any timeout (ie: timeout = 0) but acquireTimeoutMillis cannot be zero. This commit specify a default value if timeout = 0

TBonnin commented 6 days ago

@NangoHQ/engineers FYI force merging since it is a low risk change and server deployment is currently broken