mirror of https://gitee.com/bigwinds/arangodb
cppcheck warnings
This commit is contained in:
parent
1acb0cba6f
commit
87ee0c49d2
|
@ -30,7 +30,8 @@
|
|||
|
||||
using namespace arangodb::consensus;
|
||||
|
||||
Supervision::Supervision() : arangodb::Thread("Supervision"), _agent(nullptr) {}
|
||||
Supervision::Supervision() : arangodb::Thread("Supervision"), _agent(nullptr),
|
||||
_frequency(5000000) {}
|
||||
|
||||
Supervision::~Supervision() {
|
||||
shutdown();
|
||||
|
|
Loading…
Reference in New Issue