From c0a02d90c76ae7d03c941c5ed85ef5d3e32ba0a3 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 13 Sep 2021 03:20:42 +0200 Subject: [PATCH] reduce ping frequecy to every 4 mn --- cron_MINUTE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 3a22c03..61aba9f 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -100,7 +100,7 @@ fi echo "RUNTIME $runtime mn ($timebar)" -if [[ $(($runtime % 2)) == 0 ]]; then +if [[ $(($runtime % 4)) == 0 ]]; then ## PING ALL MY FRIENDS TO ENHANCE SWARM CONNECTIVITY echo "## FRIENDS IPFS PINGing" for g1pub in $(ls -t ~/.zen/ipfs/.$IPFSNODEID/FRIENDS/); do