mariadb-corporation / mariadb-connector-nodejs

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.
GNU Lesser General Public License v2.1
366 stars 91 forks source link

Allow setting idleTimeout to 0 #219

Closed Nibbler999 closed 1 year ago

Nibbler999 commented 1 year ago

The documentation says you can set this to 0 but the options parser was not allowing it.

rusher commented 1 year ago

right. Thanks for the PR @Nibbler999 This will be part of next 3.0.2 version