From 5e072affe40971c6d6b508d11cde928bc7dc1e66 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 2 Jul 2022 13:34:17 +0200 Subject: [PATCH] Changed job timing --- RNS/Reticulum.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index b223e8b..8e25c3c 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -127,7 +127,7 @@ class Reticulum: MDU = MTU - HEADER_MAXSIZE - IFAC_MIN_SIZE CACHE_TIME = 24*60*60 - JOB_INTERVAL = 300 + JOB_INTERVAL = 15*60 router = None config = None @@ -883,7 +883,7 @@ class Reticulum: def __clean_caches(self): - RNS.log("Cleaning resource and packet caches...", RNS.LOG_DEBUG) + RNS.log("Cleaning resource and packet caches...", RNS.LOG_EXTREME) now = time.time() # Clean resource caches