From 4faa08fcf55e06cc5fc16798f819e1fe04116770 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 30 Apr 2026 13:20:32 -0700 Subject: [PATCH] update concurrent runs from 5 to 7 --- validator/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/config.py b/validator/config.py index 7c5a1f1f..1992a56d 100644 --- a/validator/config.py +++ b/validator/config.py @@ -163,7 +163,7 @@ else: logger.warning("Not Updating Automatically!") -VALIDATOR_MAX_CONCURRENT_EVALUATION_RUNS = 5 +VALIDATOR_MAX_CONCURRENT_EVALUATION_RUNS = 7 SCREENER_DEFAULT_MAX_CONCURRENT_EVALUATION_RUNS = 30 MAX_CONCURRENT_EVALUATION_RUNS = os.getenv("MAX_CONCURRENT_EVALUATION_RUNS")