From 72ff23176ca54105dffe7aeb5b8c71a3c2504d8c Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:19:30 +0300 Subject: [PATCH] Increase default inactive player removal threshold to 10 years Affects issues: - #2553 --- Plan/common/src/main/resources/assets/plan/bungeeconfig.yml | 2 +- Plan/common/src/main/resources/assets/plan/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml b/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml index 1cc0718c6..f1132043f 100644 --- a/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml +++ b/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml @@ -123,7 +123,7 @@ Time: Time: 30 Unit: MINUTES Remove_inactive_player_data_after: - Time: 180 + Time: 3650 Unit: DAYS # Includes players online, tps and performance time series Remove_time_series_data_after: diff --git a/Plan/common/src/main/resources/assets/plan/config.yml b/Plan/common/src/main/resources/assets/plan/config.yml index b76968e39..a90b355cf 100644 --- a/Plan/common/src/main/resources/assets/plan/config.yml +++ b/Plan/common/src/main/resources/assets/plan/config.yml @@ -128,7 +128,7 @@ Time: Time: 30 Unit: MINUTES Remove_inactive_player_data_after: - Time: 180 + Time: 3650 Unit: DAYS # Includes players online, tps and performance time series Remove_time_series_data_after: