Skip to content

Commit 5ac191b

Browse files
committed
Automagic: Set the cache period back to 3 days
1 parent 0c80ae4 commit 5ac191b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/constants/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
CACHE_PATH = os.path.join(os.path.expanduser("~"), ".cache", "volatility3")
6464
"""Default path to store cached data"""
6565

66-
SQLITE_CACHE_PERIOD = '-1 month'
66+
SQLITE_CACHE_PERIOD = '-3 days'
6767
"""SQLite time modifier for how long each item is valid in the cache for"""
6868

6969
if sys.platform == 'win32':

0 commit comments

Comments
 (0)