Commit 4fcd3d2
committed
docs(certbot): state the DNS-wait clamp where the setting is
The page said a mismatched record costs the full `max_dns_wait`, while
its own example is clamped to a quarter of that: `advisory_dns_wait`
caps the wait at half of `renew_timeout`, so 120/300 waits 60s.
An operator giving a slow zone more time by raising `max_dns_wait`
alone, following this page, would see no change and no reason why -- the
clamp logs at `debug` deliberately, because the stock 300/300 defaults
would otherwise fire it on every issuance in every deployment.1 parent 8b6f811 commit 4fcd3d2
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
120 | | - | |
121 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| |||
0 commit comments