mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Enable metadata cache by default
This commit is contained in:
parent
b3ea3c6154
commit
857c11be85
@ -19,7 +19,7 @@ class Config
|
|||||||
property upload_path = "~/mango/uploads"
|
property upload_path = "~/mango/uploads"
|
||||||
property plugin_path = "~/mango/plugins"
|
property plugin_path = "~/mango/plugins"
|
||||||
property download_timeout_seconds : Int32 = 30
|
property download_timeout_seconds : Int32 = 30
|
||||||
property cache_enabled = false
|
property cache_enabled = true
|
||||||
property cache_size_mbs = 50
|
property cache_size_mbs = 50
|
||||||
property cache_log_enabled = true
|
property cache_log_enabled = true
|
||||||
property disable_login = false
|
property disable_login = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user