diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 431cc7a..85b4a14 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -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 # _ _ # __ _| |__ (_) __ _ _ __