Fix: Increase default kept period

This commit is contained in:
Nelson Chan
2021-10-12 23:28:21 +08:00
parent ac80631bcd
commit 03b07730d3
2 changed files with 2 additions and 2 deletions

View File

@@ -475,7 +475,7 @@ export default {
}
if (this.settings.keepDataPeriodDays === undefined) {
this.settings.keepDataPeriodDays = 30;
this.settings.keepDataPeriodDays = 180;
}
this.loaded = true;