From eb48f4ab41194d8632ba2ea35b5dacf75454f9b3 Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Mon, 8 Apr 2024 00:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config/general.en.md | 4 ++-- docs/config/general.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config/general.en.md b/docs/config/general.en.md index daea08ac1..eba67e574 100644 --- a/docs/config/general.en.md +++ b/docs/config/general.en.md @@ -94,7 +94,7 @@ ipv6: true Controls the interval at which Clash sends out TCP Keep Alive packets to reduce temporary measures for mobile device power consumption. -Only integer format is supported. +Integer format, unit is seconds ```{.yaml linenums="1"} keep-alive-interval: 30 @@ -256,7 +256,7 @@ geodata-loader: memconservative geo-auto-update: false ``` -Update interval, in hours, only supports integer format. +Update interval, integer format in hours ```{.yaml linenums="1"} geo-update-interval: 24 diff --git a/docs/config/general.md b/docs/config/general.md index 818886609..b297ea335 100644 --- a/docs/config/general.md +++ b/docs/config/general.md @@ -96,7 +96,7 @@ ipv6: true 控制 Clash 发出 TCP Keep Alive 包的间隔,减少移动设备[耗电问题](https://github.com/vernesong/OpenClash/issues/2614)的临时措施。 -仅支持整数格式 +整数格式单位为秒 ```{.yaml linenums="1"} keep-alive-interval: 30 @@ -259,7 +259,7 @@ geodata-loader: memconservative geo-auto-update: false ``` -更新间隔,单位小时,仅支持整数格式 +更新间隔,整数格式单位为小时 ```{.yaml linenums="1"} geo-update-interval: 24