docs: document TUNARR_SESSION_CLEANUP_DELAY_SECONDS env var

This commit is contained in:
Christian Benincasa
2026-01-30 07:30:27 -05:00
parent 3bc92a9714
commit 46996ef622

View File

@@ -67,9 +67,14 @@ Tunarr has various command line / environment variables for configuration. These
| Environment Variable | Command Line Flag | Default | Description |
| -------------------- | ----------------- | ------- | ----------- |
| `LOG_LEVEL` | N/A | `info` | Sets the log level. Valid values: `trace`, `debug`, `info`, `warn`, `error`, `fatal`, `silent`. Overrides the UI setting. |
| `TUNARR_LOG_LEVEL` | N/A | `info` | Sets the log level. Valid values: `trace`, `debug`, `info`, `warn`, `error`, `fatal`, `silent`. Overrides the UI setting. |
| `LOG_DIRECTORY` | N/A | (data dir) | Sets a custom directory for log files. |
### Streaming
| Environment Variable | Command Line Flag | Default | Description |
| -------------------- | ----------------- | ------- | ----------- |
| `TUNARR_SESSION_CLEANUP_DELAY_SECONDS` | N/A | `15` | How long to wait before cleaning up a transcode session after the last disconnect |
### Search (Meilisearch)
| Environment Variable | Command Line Flag | Default | Description |