mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-28 12:07:35 +01:00
Removed file cache setting
This commit is contained in:
parent
3619ff814a
commit
aca573e353
@ -47,7 +47,6 @@ public class WebserverSettings {
|
|||||||
public static final Setting<Long> INVALIDATE_QUERY_RESULTS = new TimeSetting("Webserver.Cache.Invalidate_query_results_on_disk_after");
|
public static final Setting<Long> INVALIDATE_QUERY_RESULTS = new TimeSetting("Webserver.Cache.Invalidate_query_results_on_disk_after");
|
||||||
public static final Setting<Long> INVALIDATE_DISK_CACHE = new TimeSetting("Webserver.Cache.Invalidate_disk_cache_after");
|
public static final Setting<Long> INVALIDATE_DISK_CACHE = new TimeSetting("Webserver.Cache.Invalidate_disk_cache_after");
|
||||||
public static final Setting<Long> INVALIDATE_MEMORY_CACHE = new TimeSetting("Webserver.Cache.Invalidate_memory_cache_after");
|
public static final Setting<Long> INVALIDATE_MEMORY_CACHE = new TimeSetting("Webserver.Cache.Invalidate_memory_cache_after");
|
||||||
public static final Setting<Long> INVALIDATE_FILE_CACHE = new TimeSetting("Webserver.Cache.Invalidate_file_cache_after");
|
|
||||||
|
|
||||||
private WebserverSettings() {
|
private WebserverSettings() {
|
||||||
/* static variable class */
|
/* static variable class */
|
||||||
|
@ -53,8 +53,6 @@ Webserver:
|
|||||||
Unit: DAYS
|
Unit: DAYS
|
||||||
Invalidate_memory_cache_after: 5
|
Invalidate_memory_cache_after: 5
|
||||||
Unit: MINUTES
|
Unit: MINUTES
|
||||||
Invalidate_file_cache_after: 10
|
|
||||||
Unit: MINUTES
|
|
||||||
Security:
|
Security:
|
||||||
SSL_certificate:
|
SSL_certificate:
|
||||||
KeyStore_path: Cert.jks
|
KeyStore_path: Cert.jks
|
||||||
|
@ -58,8 +58,6 @@ Webserver:
|
|||||||
Unit: DAYS
|
Unit: DAYS
|
||||||
Invalidate_memory_cache_after: 5
|
Invalidate_memory_cache_after: 5
|
||||||
Unit: MINUTES
|
Unit: MINUTES
|
||||||
Invalidate_file_cache_after: 10
|
|
||||||
Unit: MINUTES
|
|
||||||
Security:
|
Security:
|
||||||
SSL_certificate:
|
SSL_certificate:
|
||||||
KeyStore_path: Cert.jks
|
KeyStore_path: Cert.jks
|
||||||
|
Loading…
Reference in New Issue
Block a user