mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Cfg: Standardize rest of cfg keys
This commit is contained in:
@@ -51,5 +51,5 @@ public class Xof_cfg_download implements Gfo_invk {
|
||||
default: throw Err_.new_unhandled(v);
|
||||
}
|
||||
}
|
||||
private static final String Cfg__retrieval_enabled = "xowa.wiki.files.retrieval_enabled";
|
||||
private static final String Cfg__retrieval_enabled = "xowa.files.retrieval_enabled";
|
||||
}
|
||||
|
||||
@@ -174,11 +174,11 @@ public class Xou_cache_mgr implements Gfo_invk {
|
||||
return this;
|
||||
}
|
||||
private static final String
|
||||
Cfg__fsys_size_min = "xowa.wiki.files.cache.fsys_size_min"
|
||||
, Cfg__fsys_size_max = "xowa.wiki.files.cache.fsys_size_max"
|
||||
, Val__fsys_info = "xowa.wiki.files.cache.info"
|
||||
, Run__fsys_reduce_to_min = "xowa.wiki.files.cache.reduce_to_min"
|
||||
, Run__fsys_clear = "xowa.wiki.files.cache.clear"
|
||||
Cfg__fsys_size_min = "xowa.files.cache.fsys_size_min"
|
||||
, Cfg__fsys_size_max = "xowa.files.cache.fsys_size_max"
|
||||
, Run__fsys_reduce_to_min = "xowa.files.cache.reduce_to_min"
|
||||
, Run__fsys_clear = "xowa.files.cache.clear"
|
||||
, Val__fsys_info = "xowa.files.cache.info"
|
||||
;
|
||||
public void Fsys_size_(long min, long max) {fsys_size_min = min; fsys_size_max = max;} // TEST:
|
||||
private String Info_str() {
|
||||
|
||||
Reference in New Issue
Block a user