Configurable read timeout (#108)

This commit is contained in:
Alex Ling
2020-10-15 11:51:04 +00:00
parent 3bb0917374
commit 853f422964
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ class Config
home: true
property plugin_path : String = File.expand_path "~/mango/plugins",
home: true
property download_timeout_seconds : Int32 = 30
property mangadex = Hash(String, String | Int32).new
@[YAML::Field(ignore: true)]