From fbbae45cfaedf8b95f694ea84b053768fb8b4332 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Wed, 18 Mar 2020 09:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=AE=9AOneDrive=E4=B8=8B=E8=BD=BDAPI?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Admin/Setting/UploadDownload.js | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/component/Admin/Setting/UploadDownload.js b/src/component/Admin/Setting/UploadDownload.js index fd09259..e80ee62 100644 --- a/src/component/Admin/Setting/UploadDownload.js +++ b/src/component/Admin/Setting/UploadDownload.js @@ -54,6 +54,7 @@ export default function UploadDownload() { share_download_session_timeout:"0", onedrive_callback_check:"0", reset_after_upload_failed:"0", + onedrive_source_timeout:"0", }); const handleCheckChange = name => event => { @@ -443,6 +444,28 @@ export default function UploadDownload() { +
+ + + OneDrive 下载请求缓存 + + + + OneDrive 获取文件下载 URL 后可将结果缓存,减轻热门文件下载API请求频率 + + +
+