From d4dfda20a38ac685ede906916ca905e1735f53b4 Mon Sep 17 00:00:00 2001 From: Lukas Wingerberg Date: Thu, 2 Nov 2023 10:57:54 +0100 Subject: [PATCH] fix comment --- docker/init_scripts/init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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