mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-04 06:15:07 -04:00
Fixed retention timer interval
This commit is contained in:
parent
e54604c0e3
commit
4595e4ce5f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ int IcingaApplication::Main(void)
|
|||
|
||||
/* periodically dump the program state */
|
||||
m_RetentionTimer = boost::make_shared<Timer>();
|
||||
m_RetentionTimer->SetInterval(3);
|
||||
m_RetentionTimer->SetInterval(300);
|
||||
m_RetentionTimer->OnTimerExpired.connect(boost::bind(&IcingaApplication::DumpProgramState, this));
|
||||
m_RetentionTimer->Start();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue