Feat: cache for OneDrive META request

This commit is contained in:
HFO4
2020-03-18 09:35:00 +08:00
parent 96983ddc70
commit 0eb04ed0ea
5 changed files with 30 additions and 29 deletions

View File

@@ -102,6 +102,7 @@ func addDefaultSettings() {
{Name: "onedrive_callback_check", Value: `20`, Type: "timeout"},
{Name: "aria2_call_timeout", Value: `5`, Type: "timeout"},
{Name: "onedrive_chunk_retries", Value: `1`, Type: "retry"},
{Name: "onedrive_source_timeout", Value: `1800`, Type: "timeout"},
{Name: "reset_after_upload_failed", Value: `0`, Type: "upload"},
{Name: "login_captcha", Value: `0`, Type: "login"},
{Name: "reg_captcha", Value: `0`, Type: "login"},