Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ FlushTimeout
Method
FlushTimeout
lib/perfdata/influxdbcommonwriter.cpp:414–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
void InfluxdbCommonWriter::FlushTimeout()
415
{
416
m_WorkQueue.Enqueue([this]() { FlushTimeoutWQ(); }, PriorityHigh);
417
}
418
419
void InfluxdbCommonWriter::FlushTimeoutWQ()
420
{
Callers
nothing calls this directly
Calls
1
Enqueue
Method · 0.45
Tested by
no test coverage detected