From 6c367206b0dd62055b3eab1fc3adf09b847932de Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 21 Aug 2013 02:43:27 -0600 Subject: [PATCH] Update forward_max_tries to permit 25 server paths With cloud sites becoming more popular more CDN servers are producing long lists of IPv6 and IPv4 addresses. If there are not enough paths selected the IPv4 ones may never be reached. --- src/cf.data.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 753f762514..94c3a67b71 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3136,7 +3136,7 @@ DOC_START DOC_END NAME: forward_max_tries -DEFAULT: 10 +DEFAULT: 25 TYPE: int LOC: Config.forward_max_tries DOC_START -- 2.47.3