Skip to content

Commit

Permalink
docs: fix pool option heading
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi authored Mar 22, 2024
1 parent 18872e0 commit 8681638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Configure various settings through environment variables.
- `BROWSER_TIMEOUT`: Browser timeout in milliseconds for rendering. Default: `10000`.
- `BROWSER_WAIT_UNTIL`: Event to wait for before considering the page loaded. Valid options: `'load'`, `'domcontentloaded'`, `'networkidle'`. Default: `'domcontentloaded'`.

## Database Connection Pool
## Connection Pool Options

- `POOL_IDLE_TIMEOUT_MS`: Idle timeout for database connection pool in milliseconds. Default: `15000`.
- `POOL_MAX`: Maximum number of connections in the database pool. Default: `10`.
Expand Down

0 comments on commit 8681638

Please sign in to comment.