Closed hthayko closed 9 years ago
there can be at most 10 connections at any given time. if any of connections stay idle for more than maxIdleTime, it's detroyed. new connection is created every time there is a call to db and maxConnections is not yet exhausted.
:+1:
Added pool to sequelize. Should help to avoid Frequent Database errors.