From d6f0252d442b6f1255fa41bc0dfe24fb8d5c75d1 Mon Sep 17 00:00:00 2001 From: hyang Date: Thu, 14 Sep 2023 19:23:50 -0700 Subject: Set to 60 --- watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch.sh b/watch.sh index aeb2b75..18d2ac2 100755 --- a/watch.sh +++ b/watch.sh @@ -3,6 +3,6 @@ while true; do (git fetch && git reset --hard origin) || git clone "$REPO" . && git submodule update --init git submodule update --remote - sleep 300 + sleep 60 done -- cgit v1.2.3