1
0
Fork 0
This commit is contained in:
Kaveh Vahedipour 2017-02-13 12:02:33 +01:00
parent 4b604d798f
commit 27c35dd782
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ void AgencyFeature::start() {
_agent.reset(new consensus::Agent(consensus::config_t(
_size, _poolSize, _minElectionTimeout, _maxElectionTimeout, endpoint,
_agencyEndpoints, _supervision, _waitForSync, _supervisionFrequency,
_agencyEndpoints, _supervision, false, _supervisionFrequency,
_compactionStepSize, _compactionKeepSize, _supervisionGracePeriod,
_cmdLineTimings)));