From 8fc64e10bda46d441a169b19eb5f8a90d392d44e Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Sun, 15 Dec 2024 11:30:04 +0800 Subject: [PATCH] Default max_concurrent_batches to 1. --- tig-benchmarker/postgres/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig-benchmarker/postgres/init.sql b/tig-benchmarker/postgres/init.sql index ed784b0..c130c91 100644 --- a/tig-benchmarker/postgres/init.sql +++ b/tig-benchmarker/postgres/init.sql @@ -165,7 +165,7 @@ SELECT ' "slaves": [ { "name_regex": ".*", - "max_concurrent_batches": 4, + "max_concurrent_batches": 1, "selected_challenges": [ "satisfiability", "vehicle_routing",