diff --git a/docker/init_scripts/init b/docker/init_scripts/init index 671996fe4..da83f2be8 100755 --- a/docker/init_scripts/init +++ b/docker/init_scripts/init @@ -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