Skip to content
Snippets Groups Projects
Unverified Commit f01ea254 authored by Aidan Crowther's avatar Aidan Crowther Committed by GitHub
Browse files

Update docs/environmental-variables.md

parent 3121cd6d
Branches
No related tags found
No related merge requests found
...@@ -31,4 +31,4 @@ export ASR_MODEL_PATH=/data/whisper ...@@ -31,4 +31,4 @@ export ASR_MODEL_PATH=/data/whisper
export IDLE_TIMEOUT=300 export IDLE_TIMEOUT=300
``` ```
After no activity for this period (in seconds), unload the model until it is requested again. When set to 0, there will be no timeout. Defaults to 0. After no activity for this period (in seconds), unload the model until it is requested again. Setting `0` disables the timeout, keeping the model loaded indefinitely.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment