Reduced refresh barrier down to 15 seconds

This commit is contained in:
Risto Lahtela 2021-02-10 09:34:52 +02:00
parent ab5e0120be
commit f5a9d03da9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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