We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c80ae4 commit 5ac191bCopy full SHA for 5ac191b
volatility3/framework/constants/__init__.py
@@ -63,7 +63,7 @@
63
CACHE_PATH = os.path.join(os.path.expanduser("~"), ".cache", "volatility3")
64
"""Default path to store cached data"""
65
66
-SQLITE_CACHE_PERIOD = '-1 month'
+SQLITE_CACHE_PERIOD = '-3 days'
67
"""SQLite time modifier for how long each item is valid in the cache for"""
68
69
if sys.platform == 'win32':
0 commit comments