Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/snippets/env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
| Variable | Default | Required | Description |
| -------------------------------------------------- | ----------- | :------: | ----------------------------------------------------------------------------------------- |
| `SCAN_TIMEOUT` | `14400` | | Timeout for background scan/rescan tasks in seconds |
| `SCAN_WORKERS` | `1` | | How many ROMs a scan processes at once |
| `SCAN_WORKERS` | `4` | | How many ROMs a scan processes at once |
| `TASK_TIMEOUT` | `300` | | Timeout for other background tasks in seconds |
| `TASK_RESULT_TTL` | `86400` | | How long to keep task results in Valkey in seconds |
| `SEVEN_ZIP_TIMEOUT` | `60` | | Timeout for 7-Zip operations in seconds |
Expand Down
Loading