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

Method SetConcurrency

lib/base/configuration.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void Configuration::SetConcurrency(int val, [[maybe_unused]] bool suppress_events, [[maybe_unused]] const Value& cookie)
117{
118 HandleUserWrite("Concurrency", &Configuration::Concurrency, val, m_ReadOnly);
119 Configuration::ConcurrencyWasModified = true;
120}
121
122String Configuration::GetConfigDir() const
123{

Callers

nothing calls this directly

Calls 1

HandleUserWriteFunction · 0.85

Tested by

no test coverage detected