mirror of https://github.com/getmango/Mango.git
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 plugin_path = "~/mango/plugins"
|
||||
property download_timeout_seconds : Int32 = 30
|
||||
property cache_enabled = false
|
||||
property cache_enabled = true
|
||||
property cache_size_mbs = 50
|
||||
property cache_log_enabled = true
|
||||
property disable_login = false
|
||||
|
|
Loading…
Reference in New Issue