-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add a setting for cached session clean up #71
Comments
Currently all sessions get a folder with related evidence/files inside. Over time this could consume a lot of disk space after many sessions. |
@dockabernathy01 - I'll leave this one for you. |
@dacoaster, please tell me more about this issue. |
@dockabernathy01 Yes please make the default retention period 7 days and change the wording to "Are you sure you want to clear the local session cache?" |
Yes. The retention days should go in the config.json as
the default should be 7 days |
@dacoaster , Currently I store retention days like this. |
In the future we will likely add more options for managing the cache, so I'd like the key there for now |
Ok, I got it. |
${config}/sessions
folderThe text was updated successfully, but these errors were encountered: