From defb3728758080ac8c6d0c617d5831759c4873a5 Mon Sep 17 00:00:00 2001 From: iyear Date: Wed, 31 May 2023 21:39:17 +0800 Subject: [PATCH] docs(README): v0.9.1 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1801221d4a..c8b1864b26 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ tdl --ntp pool.ntp.org export TDL_NTP=pool.ntp.org # recommended ``` -- (optional) Set Telegram client reconnect timeout. Default is 30s: +- (optional) Set Telegram client reconnect timeout. Default is 2m: > **Note** > Set higher timeout or 0(INF) if your network is poor. diff --git a/README_zh.md b/README_zh.md index 793921d514..2b5fb9ae42 100644 --- a/README_zh.md +++ b/README_zh.md @@ -229,7 +229,7 @@ tdl --ntp pool.ntp.org export TDL_NTP=pool.ntp.org # 推荐做法 ``` -- (可选) 设置 Telegram 连接重试超时时间。默认为 30s: +- (可选) 设置 Telegram 连接重试超时时间。默认为 2m: > **Note** > 如果网络环境较差请设置更高的超时时间或 0(无限)