Skip to content

Commit 8f1bacd

Browse files
committed
update ignored list as sporadic
1 parent e2ebec6 commit 8f1bacd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/Core/src/WorkflowHelpers.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ void WorkflowHelpers::injectServiceDevices(WorkflowSpec& workflow, ConfigContext
629629
if (tfnsource != workflow.end()) {
630630
O2_SIGNPOST_EVENT_EMIT(workflow_helpers, sid, "injectServiceDevices", "Injecting scheduled dummy sink");
631631
// if there is a tfnsource, make sure the sink gets TFN/TFF
632-
ignored.emplace_back("tfn", "TFN", "TFNumber");
633-
ignored.emplace_back("tff", "TFF", "TFFilename");
632+
DataSpecUtils::updateInputList(ignored, InputSpec{"tfn", "TFN", "TFNumber", 0, Lifetime::Sporadic});
633+
DataSpecUtils::updateInputList(ignored, InputSpec{"tff", "TFF", "TFFilename", 0, Lifetime::Sporadic});
634634
extraSpecs.push_back(CommonDataProcessors::getScheduledDummySink(ignored));
635635
} else {
636636
O2_SIGNPOST_EVENT_EMIT(workflow_helpers, sid, "injectServiceDevices", "Injecting rate limited dummy sink");

0 commit comments

Comments
 (0)