Skip to content

Commit

Permalink
Dataflow heartbeat connections are handled internally to DFOApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Nov 15, 2024
1 parent 9274651 commit d674647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/daqconf/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def generate_dataflow(
data_req_readout_net_rule,
data_req_trig_net_rule,
]
dfo_netrules = [td_dfo_net_rule, ti_net_rule, df_hb_net_rule]
dfo_netrules = [td_dfo_net_rule, ti_net_rule]
tpw_netrules = [tpset_net_rule]

opmon_conf = db.get_dal(class_name="OpMonConf", uid="slow-all-monitoring")
Expand Down

0 comments on commit d674647

Please sign in to comment.