From 940442b2253f04349241a50bbf2c6d8e4892634a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 29 Jul 2022 13:59:53 +0700 Subject: [PATCH] Reduce app repo pull interval to 5 minutes --- scripts/start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/start b/scripts/start index b4e75bf4c..f64098727 100755 --- a/scripts/start +++ b/scripts/start @@ -104,10 +104,10 @@ pkill -f ./scripts/status-monitor || true ./scripts/status-monitor temperature 15 &>> "${UMBREL_LOGS}/status-monitor.log" & ./scripts/status-monitor uptime 15 &>> "${UMBREL_LOGS}/status-monitor.log" & -# Automatically update app repo every 15 minutes +# Automatically update app repo every 5 minutes # If the app repo has not yet been cloned (ie it's a fresh Umbrel install) # Then this will do the intial pull/initialisation -./scripts/status-monitor repo 900 &>> "${UMBREL_LOGS}/status-monitor.log" & +./scripts/status-monitor repo 300 &>> "${UMBREL_LOGS}/status-monitor.log" & echo "Starting memory monitor..." echo