From 9f649007a0b1eef4a2f6d23a0e1d1713a9a2bbcc Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 31 Oct 2021 09:40:52 +0800 Subject: [PATCH] Modify: delete unused settings --- models/migration.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/migration.go b/models/migration.go index de4a209..277020d 100644 --- a/models/migration.go +++ b/models/migration.go @@ -112,7 +112,6 @@ func addDefaultSettings() { {Name: "onedrive_monitor_timeout", Value: `600`, Type: "timeout"}, {Name: "share_download_session_timeout", Value: `2073600`, Type: "timeout"}, {Name: "onedrive_callback_check", Value: `20`, Type: "timeout"}, - {Name: "aria2_call_timeout", Value: `5`, Type: "timeout"}, {Name: "folder_props_timeout", Value: `300`, Type: "timeout"}, {Name: "onedrive_chunk_retries", Value: `1`, Type: "retry"}, {Name: "onedrive_source_timeout", Value: `1800`, Type: "timeout"},