diff --git a/RUNTIME/NODE.refresh.sh b/RUNTIME/NODE.refresh.sh index 6cbfd616..bda5bcec 100755 --- a/RUNTIME/NODE.refresh.sh +++ b/RUNTIME/NODE.refresh.sh @@ -71,7 +71,7 @@ if [[ -d ~/.zen/tmp/${IPFSNODEID} ]]; then fi -## CLEANING SWARM 30 DAYS OLD -find ~/.zen/tmp/swarm/ -mtime +30 -type d -exec rm -Rf '{}' \; +## CLEANING SWARM 3 DAYS OLD +find ~/.zen/tmp/swarm/ -mtime +3 -type d -exec rm -Rf '{}' \; exit 0