diff --git a/repo_watcher.sh b/repo_watcher.sh index 9beb0c4..3965cf2 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 60 + sleep 5 done