mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-26 17:48:15 -07:00
Changed job timing
This commit is contained in:
+2
-2
@@ -127,7 +127,7 @@ class Reticulum:
|
|||||||
MDU = MTU - HEADER_MAXSIZE - IFAC_MIN_SIZE
|
MDU = MTU - HEADER_MAXSIZE - IFAC_MIN_SIZE
|
||||||
|
|
||||||
CACHE_TIME = 24*60*60
|
CACHE_TIME = 24*60*60
|
||||||
JOB_INTERVAL = 300
|
JOB_INTERVAL = 15*60
|
||||||
|
|
||||||
router = None
|
router = None
|
||||||
config = None
|
config = None
|
||||||
@@ -883,7 +883,7 @@ class Reticulum:
|
|||||||
|
|
||||||
|
|
||||||
def __clean_caches(self):
|
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()
|
now = time.time()
|
||||||
|
|
||||||
# Clean resource caches
|
# Clean resource caches
|
||||||
|
|||||||
Reference in New Issue
Block a user