diff --git a/repo_watcher.sh b/repo_watcher.sh index 3965cf2..9beb0c4 100644 --- a/repo_watcher.sh +++ b/repo_watcher.sh @@ -48,5 +48,5 @@ while true; do done # Wait for 5 seconds before the next iteration - sleep 5 + sleep 60 done