Set ActiveRecord conn. pool size via DATABASE_URL
Need to turn up the connection pool size via environment variables? Append a query param like
"postgresql://foo:bar@localhost:9000/foo_test?pool=5&timeout=3000"
Check out the source on github
Tweet