1
0
Fork 0

initialize value

This commit is contained in:
Jan Steemann 2016-03-23 18:50:57 +01:00
parent 7975913fc5
commit 3a2e9f6e1f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ using namespace arangodb::rest;
ApplicationAgency::ApplicationAgency()
: ApplicationFeature("agency"), _size(1), _min_election_timeout(0.5),
_max_election_timeout(2.0), _election_call_rate_mul(2.5),
_append_entries_retry_interval(1.0),
_append_entries_retry_interval(1.0), _notify(false),
_agent_id(std::numeric_limits<uint32_t>::max()) {
}