]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(sandcastle): increase MAX_PARALLEL to 5
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 22:24:47 +0000 (00:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 22:24:47 +0000 (00:24 +0200)
.sandcastle/constants.ts

index 8fb4ca8ab204b7cf95f4e56c66a6e6046e511955..5a7efb78fc65c23e0c32a525e8dc078f885d9ce2 100644 (file)
@@ -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