Add config for sorted entries cache

optional
This commit is contained in:
Leeingnyo
2021-08-30 22:53:30 +09:00
parent bf81a4e48b
commit e988a8c121
3 changed files with 10 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ class Config
property plugin_path : String = File.expand_path "~/mango/plugins",
home: true
property download_timeout_seconds : Int32 = 30
property sorted_entries_cache_enable = false
property sorted_entries_cache_capacity_kbs = 51200
property disable_login = false
property default_username = ""
property auth_proxy_header_name = ""