MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetLivenessTimeout

Method SetLivenessTimeout

lib/remote/httpserverconnection.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void HttpServerConnection::SetLivenessTimeout(std::chrono::milliseconds timeout)
156{
157 m_LivenessTimeout = timeout;
158}
159
160static inline
161bool EnsureValidHeaders(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected