Skip to content

Commit

Permalink
docs: fix readme to reflect actual defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Jan 13, 2025
1 parent 998d9eb commit 64a5a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 64a5a6e

Please sign in to comment.