Automagic: Set the cache period back to 3 days

This commit is contained in:
Mike Auty
2022-11-02 21:43:18 +00:00
parent 0c80ae4f81
commit 5ac191b310
+1 -1
View File
@@ -63,7 +63,7 @@ LOGLEVEL_VVVV = 6
CACHE_PATH = os.path.join(os.path.expanduser("~"), ".cache", "volatility3")
"""Default path to store cached data"""
SQLITE_CACHE_PERIOD = '-1 month'
SQLITE_CACHE_PERIOD = '-3 days'
"""SQLite time modifier for how long each item is valid in the cache for"""
if sys.platform == 'win32':