diff --git a/README.en.md b/README.en.md index 49a76db4..3885003f 100644 --- a/README.en.md +++ b/README.en.md @@ -162,7 +162,7 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtow ## Channel Retry Channel retry is implemented, configurable in `Settings->Operation Settings->General Settings`. **Cache recommended**. -First retry uses same priority, second retry uses next priority, and so on. +If retry is enabled, the system will automatically use the next priority channel for the same request after a failed request. ### Cache Configuration 1. `REDIS_CONN_STRING`: Use Redis as cache diff --git a/README.md b/README.md index f9909a2f..64664890 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtow ## 渠道重试 渠道重试功能已经实现,可以在`设置->运营设置->通用设置`设置重试次数,**建议开启缓存**功能。 -如果开启了重试功能,第一次重试使用同优先级,第二次重试使用下一个优先级,以此类推。 +如果开启了重试功能,重试使用下一个优先级,以此类推。 ### 缓存设置方法 1. `REDIS_CONN_STRING`:设置之后将使用 Redis 作为缓存使用。 + 例子:`REDIS_CONN_STRING=redis://default:redispw@localhost:49153`