reduce ping frequecy to every 4 mn

This commit is contained in:
fred 2021-09-13 03:20:42 +02:00
parent 18152cc009
commit c0a02d90c7
1 changed files with 1 additions and 1 deletions

View File

@ -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