diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 5177356..9c3272d 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -184,8 +184,8 @@ fi # ################################################################## # TODO: IDEA make gchange/ipfs/ipns refresh speed depending on ipfs swarm size and DEFCON level ! -## SYNC GCHANGE EVERY 3 hours runtime -[[ $(($runtime % 180)) == 0 ]] && $MY_PATH/zen/gchange_INIT.sh & +## SYNC GCHANGE EVERY 2 hours runtime +[[ $(($runtime % 120)) == 0 ]] && $MY_PATH/zen/gchange_INIT.sh & ## SYNC SWARM EVERY 20 mn runtime [[ $(($runtime % 20)) == 0 ]] && $MY_PATH/zen/gchange_IPFS_swarm.sh & # QUICK SYNC SWARM EVERY 12 minutes