mirror of https://gitee.com/bigwinds/arangodb
set report interval to zero so loop isn't woken up permanently
This commit is contained in:
parent
049bcd82f3
commit
e8d61b0c01
|
@ -84,7 +84,7 @@ ApplicationDispatcher::ApplicationDispatcher ()
|
|||
_applicationScheduler(0),
|
||||
_dispatcher(0),
|
||||
_dispatcherReporterTask(0),
|
||||
_reportInterval(60.0) {
|
||||
_reportInterval(0.0) {
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue