mirror of
https://github.com/open-webui/docs
synced 2025-06-12 09:32:46 +00:00
Update env-configuration.md
This commit is contained in:
parent
e66dd4ef82
commit
5ffdb89ace
@ -625,6 +625,13 @@ directly. Ensure that no users are present in the database, if you intend to tur
|
||||
- Default: `False`
|
||||
- Description: Enables or disables offline mode.
|
||||
|
||||
|
||||
#### `ENABLE_REALTIME_CHAT_SAVE`
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: When enabled, the system saves each chunk of streamed chat data to the database in real time to ensure maximum data persistency. This feature provides robust data recovery and allows accurate session tracking. However, the tradeoff is increased latency, as saving to the database introduces a delay. Disabling this feature can improve performance and reduce delays, but it risks potential data loss in the event of a system failure or crash. Use based on your application's requirements and acceptable tradeoffs.
|
||||
|
||||
|
||||
#### `RESET_CONFIG_ON_START`
|
||||
|
||||
- Type: `bool`
|
||||
|
Loading…
Reference in New Issue
Block a user