From 12a85be444c84619e5f99cf57fbaf44b98c5c6f6 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 6 Aug 2021 17:28:00 +0200 Subject: [PATCH] gchange_INIT.sh should change Wiki... not sure it is done well --- cron_MINUTE.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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