mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Updated test code.
This commit is contained in:
parent
f3f582ab61
commit
810a8215e6
@ -83,7 +83,9 @@ int IcingaApplication::TestTimerHandler(const TimerEventArgs& tea)
|
||||
JsonRpcRequest request;
|
||||
request.SetVersion("2.0");
|
||||
request.SetMethod("test");
|
||||
m_EndpointManager->SendMulticastRequest(m_TestEndpoint, request);
|
||||
|
||||
for (int i = 0; i < 1000; i++)
|
||||
m_EndpointManager->SendMulticastRequest(m_TestEndpoint, request);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user