From 56f27d1a86900997ff5cf1ab1d95e516a3c6e3d6 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:05:01 +0200 Subject: [PATCH] Reduce # of concurrent instances of blueprint This reduces the number of parallel instances of the blueprint running. I've done several tests and couldn't see more than 10 instances, so I believe if we should limit the concurrent runs and this will probably be an indication of a problem we want to know about. --- nspanel_blueprint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index d7f8308..d7842f7 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -2316,7 +2316,7 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ############################################################# mode: parallel -max: 5000 +max: 50 trace: stored_traces: 10