Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/getting-started/env-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3041,6 +3041,20 @@ When using `playwright`, you have two options:

:::

#### `WEB_LOADER_TIMEOUT`

- Type: `int`
- Default: `10000`
- Description: Specifies the request timeout (in ms) for the `safe_web` loader engine.
- Persistence: This environment variable is a `PersistentConfig` variable.

#### `WEB_LOADER_RETRY_COUNT`

- Type: `int`
- Default: `3`
- Description: Sets the max amount of fetch retries for a single URL in the `safe_web` loader engine.
- Persistence: This environment variable is a `PersistentConfig` variable.

#### `PLAYWRIGHT_WS_URL`

- Type: `str`
Expand Down