From: Jérôme Benoit Date: Wed, 6 May 2026 22:24:47 +0000 (+0200) Subject: chore(sandcastle): increase MAX_PARALLEL to 5 X-Git-Tag: cli@v4.7.0~36 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f1e3955cf5081189f497814af77ec4466d142fcd;p=e-mobility-charging-stations-simulator.git chore(sandcastle): increase MAX_PARALLEL to 5 --- diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 8fb4ca8a..5a7efb78 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -53,7 +53,7 @@ export const MAX_ISSUES_FETCH = 50 export const MAX_PRS_FETCH = 200 -export const MAX_PARALLEL = 3 +export const MAX_PARALLEL = 5 export const MAX_STDERR_CHARS = 500