Handle Request timeouts properly in the simulator
This commit is contained in:
@@ -623,7 +623,7 @@ void RunServer(Server<IoImpl> server) {
|
||||
|
||||
void RunSimulation() {
|
||||
auto config = SimulatorConfig{
|
||||
.drop_percent = 0,
|
||||
.drop_percent = 5,
|
||||
.perform_timeouts = true,
|
||||
.scramble_messages = true,
|
||||
.rng_seed = 0,
|
||||
|
||||
Reference in New Issue
Block a user