From 64a5a6e3af1937e963268e95bfc38e4c198986e8 Mon Sep 17 00:00:00 2001 From: Robin Tuszik Date: Mon, 13 Jan 2025 18:49:39 +0100 Subject: [PATCH] docs: fix readme to reflect actual defaults --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9f6b5f..f1f5261 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Running Photon locally enables: The container can be configured using the following environment variables: - `UPDATE_STRATEGY`: Controls how index updates are handled - - `SEQUENTIAL`: Stops Photon, deletes the existing index files, downloads the new index, then restarts (default) - - `PARALLEL`: Downloads new index in background, then swaps with minimal downtime, requires 2x index space + - `PARALLEL`: Downloads new index in background, then swaps with minimal downtime, requires 2x index space (Default) + - `SEQUENTIAL`: Stops Photon, deletes the existing index files, downloads the new index, then restarts - `DISABLED`: No automatic updates - `UPDATE_INTERVAL`: How often to check for updates (e.g., "24h", "60m", "3600s") - `LOG_LEVEL`: Logging verbosity ("DEBUG", "INFO", "ERROR")