Skip to content

Commit 161469d

Browse files
mrekatrinafyi
andauthored
Update src/content/docs/troubleshooting/network-errors.mdx
Co-authored-by: Kait <39479354+katrinafyi@users.noreply.github.com>
1 parent fda8362 commit 161469d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/troubleshooting/network-errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can tune this behaviour with two options:
7272
| Maximum retries | `--max-retries <NUM>` | `max_retries` | `3` |
7373
| Initial wait between retries | `--retry-wait-time <SECS>` | `retry_wait_time` | `1` |
7474

75-
For example, to retry up to 5 times with a 5-second initial wait:
75+
For example, to retry up to 5 times with a 3-second initial wait:
7676

7777
```bash
7878
lychee --max-retries 5 --retry-wait-time 3 https://example.com

0 commit comments

Comments
 (0)