Enable metadata cache by default

This commit is contained in:
Alex Ling 2022-02-06 06:39:46 +00:00
parent b3ea3c6154
commit 857c11be85
1 changed files with 1 additions and 1 deletions

View File

@ -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