Default max_concurrent_batches to 1.

This commit is contained in:
FiveMovesAhead 2024-12-15 11:30:04 +08:00
parent f42eb00457
commit 8fc64e10bd

View File

@ -165,7 +165,7 @@ SELECT '
"slaves": [
{
"name_regex": ".*",
"max_concurrent_batches": 4,
"max_concurrent_batches": 1,
"selected_challenges": [
"satisfiability",
"vehicle_routing",