Commit c19604e
committed
docs: correct stale MaxRetries field comment on CloudflareRetriever
The struct field comment still said "defaults to 3, set to -1 to disable",
but the default substitution was removed in the Cloudflare routing PR —
zero value now means no retries and the production default (2) is wired
via the exported CFDefaultMaxRetries constant.1 parent d512f1e commit c19604e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments