Skip to content

Commit

Permalink
docs: fix wording - database pool -> browser pool
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi authored Jun 9, 2024
1 parent d642886 commit c1314b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Configure various settings through environment variables.

## 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`.
- `POOL_MAX_WAITING_CLIENTS`: Maximum number of waiting clients for the database pool. Default: `50`.
- `POOL_MIN`: Minimum number of connections in the database pool. Default: `2`.
- `POOL_IDLE_TIMEOUT_MS`: Idle timeout for browser connection pool in milliseconds. Default: `15000`.
- `POOL_MAX`: Maximum number of connections in the browser pool. Default: `10`.
- `POOL_MAX_WAITING_CLIENTS`: Maximum number of waiting clients for the browser pool. Default: `50`.
- `POOL_MIN`: Minimum number of connections in the browser pool. Default: `2`.

## Default Browser Options

Expand Down

0 comments on commit c1314b7

Please sign in to comment.