mirror of https://github.com/Icinga/icinga2.git
Ensure that the WorkQueue name is set
This commit is contained in:
parent
b75e21a998
commit
fff1049ba0
|
@ -61,6 +61,8 @@ void RedisWriter::Start(bool runtimeCreated)
|
|||
m_StatsTimer->OnTimerExpired.connect(boost::bind(&RedisWriter::PublishStatsTimerHandler, this));
|
||||
m_StatsTimer->Start();
|
||||
|
||||
m_WorkQueue.SetName("RedisWriter");
|
||||
|
||||
boost::thread thread(boost::bind(&RedisWriter::HandleEvents, this));
|
||||
thread.detach();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue