From c163ddce5d6cc48259945667415c68a29f2030c4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 23 Jun 2024 21:27:11 -0700 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 88fb7fc..7c74643 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -31,6 +31,11 @@ Here is a list of supported environment variables used by `backend/config.py` in - Default: `http://localhost:3000` - Description: Specifies the URL where the Open WebUI is reachable. Currently used for search engine support. +#### `AIOHTTP_CLIENT_TIMEOUT` + +- Default: `300` +- Description: Specifies the timeout duration in seconds for the aiohttp client. This is the maximum amount of time the client will wait for a response before timing out. If set to an empty string (''), the timeout will be set to None, effectively disabling the timeout and allowing the client to wait indefinitely. + #### `DATA_DIR` - Default: `./data`