mirror of https://gitee.com/bigwinds/arangodb
WFS set
This commit is contained in:
parent
4b604d798f
commit
27c35dd782
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue