mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 02:32:54 +08:00
Fix: Increase default kept period
This commit is contained in:
@@ -475,7 +475,7 @@ export default {
|
||||
}
|
||||
|
||||
if (this.settings.keepDataPeriodDays === undefined) {
|
||||
this.settings.keepDataPeriodDays = 30;
|
||||
this.settings.keepDataPeriodDays = 180;
|
||||
}
|
||||
|
||||
this.loaded = true;
|
||||
|
Reference in New Issue
Block a user