Commit fbc8ce5
committed
Increase db pool size
We're getting timesout errors from requests trying to get db connections. We
believe that with Falcon using Ruby fibers, it now needs more than one db
connection per thread. Our AWS Aurora instance can handle up-to 5000
connections, and we' currently use less than 100 typically, so we have plenty of
headroom to increase the size.
Jira-Issue: MAV-51881 parent f0b631f commit fbc8ce5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments