Skip to content

Commit

Permalink
chore: #75 Increase read buffer size
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jun 19, 2024
1 parent ef36d45 commit d586d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
url: https://microcks.io
pages_path: public
cmd_params: '--exclude=(linkedin.com|github.com) --max-connections-per-host=5 --color=always --rate-limit=5 --header="User-Agent:curl/7.54.0" --skip-tls-verification'
cmd_params: '--exclude=(linkedin.com|github.com) --buffer-size=8192 --max-connections-per-host=5 --color=always --rate-limit=5 --header="User-Agent:curl/7.54.0" --skip-tls-verification'

0 comments on commit d586d18

Please sign in to comment.