remove reset speedUpSimulation
This commit is contained in:
parent
878adad43f
commit
110f3bbde9
|
@ -1038,7 +1038,6 @@ ACTOR Future<Void> checkConsistency(Database cx,
|
|||
if (testResults.ok() || lastRun) {
|
||||
if (g_network->isSimulated()) {
|
||||
g_simulator.connectionFailuresDisableDuration = connectionFailures;
|
||||
g_simulator.speedUpSimulation = false;
|
||||
}
|
||||
return Void();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue