Skip to content

Commit

Permalink
Reduce app repo pull interval to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Jul 29, 2022
1 parent 11849e3 commit 940442b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 940442b

Please sign in to comment.