diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 9239f9b11..f612decfc 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -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`