mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-08 03:39:42 +01:00
Reduced refresh barrier down to 15 seconds
This commit is contained in:
parent
ab5e0120be
commit
f5a9d03da9
@ -45,8 +45,8 @@ Webserver:
|
|||||||
# 0.0.0.0 allocates Internal (local) IP automatically for the WebServer.
|
# 0.0.0.0 allocates Internal (local) IP automatically for the WebServer.
|
||||||
Internal_IP: 0.0.0.0
|
Internal_IP: 0.0.0.0
|
||||||
Cache:
|
Cache:
|
||||||
Reduced_refresh_barrier: 1
|
Reduced_refresh_barrier: 15
|
||||||
Unit: MINUTES
|
Unit: SECONDS
|
||||||
Invalidate_query_results_on_disk_after: 7
|
Invalidate_query_results_on_disk_after: 7
|
||||||
Unit: DAYS
|
Unit: DAYS
|
||||||
Invalidate_disk_cache_after: 2
|
Invalidate_disk_cache_after: 2
|
||||||
|
@ -50,8 +50,8 @@ Webserver:
|
|||||||
# 0.0.0.0 allocates Internal (local) IP automatically for the WebServer.
|
# 0.0.0.0 allocates Internal (local) IP automatically for the WebServer.
|
||||||
Internal_IP: 0.0.0.0
|
Internal_IP: 0.0.0.0
|
||||||
Cache:
|
Cache:
|
||||||
Reduced_refresh_barrier: 1
|
Reduced_refresh_barrier: 15
|
||||||
Unit: MINUTES
|
Unit: SECONDS
|
||||||
Invalidate_query_results_on_disk_after: 7
|
Invalidate_query_results_on_disk_after: 7
|
||||||
Unit: DAYS
|
Unit: DAYS
|
||||||
Invalidate_disk_cache_after: 2
|
Invalidate_disk_cache_after: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user