ripple / rippled-network-crawler

Deprecated: Use https://github.com/xpring-eng/rippled-network-crawler instead.
https://github.com/xpring-eng/rippled-network-crawler
ISC License
17 stars 17 forks source link

Added pool to sequelize. #29

Closed hthayko closed 9 years ago

hthayko commented 9 years ago

Added pool to sequelize. Should help to avoid Frequent Database errors.

hthayko commented 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.

sourencho commented 9 years ago

:+1: