1
0
Fork 0

set report interval to zero so loop isn't woken up permanently

This commit is contained in:
Jan Steemann 2014-04-05 00:21:20 +02:00
parent 049bcd82f3
commit e8d61b0c01
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ ApplicationDispatcher::ApplicationDispatcher ()
_applicationScheduler(0),
_dispatcher(0),
_dispatcherReporterTask(0),
_reportInterval(60.0) {
_reportInterval(0.0) {
}
////////////////////////////////////////////////////////////////////////////////