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.
This commit is contained in:
Edward Firmo
2023-04-11 00:05:01 +02:00
committed by GitHub
parent 95ff13d831
commit 56f27d1a86

View File

@@ -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