Squid 配置指令 forward_max_tries
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | forward_max_tries |
|---|---|
| 替代 | |
| 要求 | |
| 默认值 | forward_max_tries 25 |
| 建议配置 |
|
Limits the number of attempts to forward the request. For the purpose of this limit, Squid counts all high-level request forwarding attempts, including any same-destination retries after certain persistent connection failures and any attempts to use a different peer. However, these low-level attempts are not counted: * connection reopening attempts (enabled using connect_retries) * unfinished Happy Eyeballs connection attempts (prevented by setting happy_eyeballs_connect_limit to 0) See also: forward_timeout, connect_retries, and %request_attempts. |
|
