memgraph/tests/feature_benchmark/ha/raft.json
Matija Santl 145c81376f Add log compaction for Raft, pt. 2
Summary: Implemented snapshot replication and log compaction.

Reviewers: ipaljak

Reviewed By: ipaljak

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1840
2019-02-04 15:32:07 +01:00

7 lines
131 B
JSON

{
"election_timeout_min": 350,
"election_timeout_max": 700,
"heartbeat_interval": 100,
"log_size_snapshot_threshold": -1
}