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

Method GetConcurrency

lib/base/configuration.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111int Configuration::GetConcurrency() const
112{
113 return Configuration::Concurrency;
114}
115
116void Configuration::SetConcurrency(int val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected