# SYNC SWARM EVERY 20 minutes +/- 1 minute

This commit is contained in:
qo-op 2021-04-01 00:06:06 +02:00
parent 39909bfbaf
commit 224b6bee1f
1 changed files with 4 additions and 1 deletions

View File

@ -123,9 +123,12 @@ fi
#
##################################################################
#
# MAINTAIN FRESH LOCAL SWARM DATA EVERY 2 hours +/- 3 minutes
# SYNC GCHANGE EVERY 2 hours +/- 3 minutes
[[ $(($runtime % 120)) == 0 ]] && sleep $((1 + RANDOM % 180)) && $MY_PATH/zen/gchange_INIT.sh && $MY_PATH/zen/gchange_IPFS_swarm.sh &
# SYNC SWARM EVERY 20 minutes +/- 1 minute
[[ $(($runtime % 20)) == 0 ]] && sleep $((1 + RANDOM % 60)) && $MY_PATH/zen/ipfs_SWARM_refresh.sh &
# ~/astroport
# _ _
# __ _| |__ (_) __ _ _ __