oslabs-beta / EmberQL

http://emberql.com/
MIT License
46 stars 2 forks source link

ElephantSQL Max Concurrent Session Issue #17

Closed TylerPohn closed 2 years ago

TylerPohn commented 2 years ago

Default parameter in ElephantSQL for max concurrent connections is 10, but the free turtle tier we use only allows for 5 max. Changing the default parameter from 10 to 5 will fix the issue of our queries being rejected due to too many concurrent pool connections.