From 19d11785eaaba310bc7ed9e5ad03faafbb0abdd0 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Tue, 25 Feb 2025 09:42:40 +0100 Subject: [PATCH] Limiteer connections met muffet (#24) Om timeouts te voorkomen kunnen we de connections limiteren en zo hopelijk de hoeveelheid broken links te reduceren. --- .github/workflows/links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 2af4fd4..47adb22 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -18,6 +18,7 @@ jobs: --header 'user-agent:Curl' --ignore-fragments --json + --max-connections 32 --accepted-status-codes 200..300,301,403,429 --buffer-size 8192 https://gitdocumentatie.logius.nl/publicatie/scripts/paths.html