From 09ebaba89a263511e1cab9fbeefccd6a4beb4544 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 6 Apr 2022 11:50:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=205=E5=88=86=E9=92=9F=E6=B5=8B?= =?UTF-8?q?=E9=80=9F=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- packages/core/src/config/remote_config.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ef8847..09eff11 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ > 注意:本应用启动会自动修改系统代理,所以会与其他vpn、fq等代理软件有冲突,请务必不要一起使用。 > 本应用主要目的在于直连访问github,如果你已经有飞机了,那建议还是不要用这个自行车(ds)了 > -> + ## 一、 特性 diff --git a/packages/core/src/config/remote_config.json5 b/packages/core/src/config/remote_config.json5 index c3e96d0..97f7d8f 100644 --- a/packages/core/src/config/remote_config.json5 +++ b/packages/core/src/config/remote_config.json5 @@ -14,7 +14,7 @@ '*azureedge.net': 'quad9' }, speedTest: { - interval: 60000, + interval: 300000, }, } },