Connection pool variables
| Environment Variable | Description | Default |
|---|---|---|
SUPERBLOCKS_CONNECTION_CACHE_TTL_MS_DEFAULT | Time connections remain open / idle in the pool (setting this to 0 disables connection pooling) | 60000 ms |
SUPERBLOCKS_CONNECTION_CACHE_MAX_CONNECTIONS_PER_DATASOURCE | Max pool size for a given DB integration | 5 |
SUPERBLOCKS_CONNECTION_CACHE_MAX_CONCURRENT_CONNECTIONS | Max pool size across all integrations | 1000 |

