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