memgraph/tests/feature_benchmark/ha/raft.json
Ivan Paljak 16752af614 Force issuing heartbeats when appending to Raft log
Summary:
Locally run HA feature benchmark:

```
duration: 20.66
executed_writes: 150007
write_per_second: 7527.89
```

Reviewers: msantl

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1809
2019-01-16 16:38:45 +01:00

7 lines
121 B
JSON

{
"election_timeout_min": 100,
"election_timeout_max": 300,
"heartbeat_interval": 50,
"replicate_timeout": 100
}