gchange_INIT.sh should change Wiki... not sure it is done well

This commit is contained in:
fred 2021-08-06 17:28:00 +02:00
parent db0ca70a63
commit 12a85be444
1 changed files with 2 additions and 2 deletions

View File

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