From a853d5c3eda0db87d4ebd7aa504c99960d979a36 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 3 Mar 2021 02:52:56 +0000 Subject: [PATCH] Increase update check interval --- start-miner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-miner.sh b/start-miner.sh index 8aafc0a..7d16c4a 100644 --- a/start-miner.sh +++ b/start-miner.sh @@ -31,5 +31,5 @@ do break fi fi - sleep 5 + sleep 60 done \ No newline at end of file