fix comment

This commit is contained in:
Lukas Wingerberg
2023-11-02 10:57:54 +01:00
parent 739c8ef6ee
commit d4dfda20a3

View File

@@ -115,8 +115,7 @@ while true; do
# Start uvicorn if we dont have a corresponding PID file
watchdog_process_pid bin uvicorn
# Start background worker processes when we have a REDIS configured
# ENABLE_EXPERIMENTAL_REDIS is defaulted to false, unless its set from our docker env
# only start the watcher.py if we actually want to use the rescan on fs change feature
if [[ ${ENABLE_RESCAN_ON_FILESYSTEM_CHANGE} == "true" ]]; then
# Start watcher if we dont have a corresponding PID file
watchdog_process_pid python watcher