Recover the machine count to be 12

This commit is contained in:
Young Liu 2020-08-16 15:10:36 -07:00
parent 19df032aec
commit 421ed80295
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ void SimulationConfig::generateNormalConfig(int minimumReplication, int minimumR
//low latency tests in fearless configurations need 4 machines per datacenter (3 for triple replication, 1 that is down during failures).
machine_count = 16;
} else if(generateFearless) {
machine_count = 13;
machine_count = 12;
} else if(db.tLogPolicy && db.tLogPolicy->info() == "data_hall^2 x zoneid^2 x 1") {
machine_count = 9;
} else {