From f5a9d03da9fbc11e4530cb630e88326d5218e29c Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Wed, 10 Feb 2021 09:34:52 +0200 Subject: [PATCH] Reduced refresh barrier down to 15 seconds --- Plan/common/src/main/resources/assets/plan/bungeeconfig.yml | 4 ++-- Plan/common/src/main/resources/assets/plan/config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml b/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml index 696d1a7f9..be4d8878f 100644 --- a/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml +++ b/Plan/common/src/main/resources/assets/plan/bungeeconfig.yml @@ -45,8 +45,8 @@ Webserver: # 0.0.0.0 allocates Internal (local) IP automatically for the WebServer. Internal_IP: 0.0.0.0 Cache: - Reduced_refresh_barrier: 1 - Unit: MINUTES + Reduced_refresh_barrier: 15 + Unit: SECONDS Invalidate_query_results_on_disk_after: 7 Unit: DAYS Invalidate_disk_cache_after: 2 diff --git a/Plan/common/src/main/resources/assets/plan/config.yml b/Plan/common/src/main/resources/assets/plan/config.yml index 01134184e..e5394210a 100644 --- a/Plan/common/src/main/resources/assets/plan/config.yml +++ b/Plan/common/src/main/resources/assets/plan/config.yml @@ -50,8 +50,8 @@ Webserver: # 0.0.0.0 allocates Internal (local) IP automatically for the WebServer. Internal_IP: 0.0.0.0 Cache: - Reduced_refresh_barrier: 1 - Unit: MINUTES + Reduced_refresh_barrier: 15 + Unit: SECONDS Invalidate_query_results_on_disk_after: 7 Unit: DAYS Invalidate_disk_cache_after: 2