Skip to content
Snippets Groups Projects
Commit bbe33bbc authored by Patrick Godwin's avatar Patrick Godwin
Browse files

Revert "REVERT ME: lloidparts: increase queue size to get some injection jobs to run"

This reverts commit 1f3223c0.
parent a23fd915
No related branches found
No related tags found
No related merge requests found
......@@ -725,5 +725,5 @@ def mkLLOIDmulti(pipeline, detectors, banks, psd, psd_fft_length = 32, ht_gate_t
for bank_id, head in itacac_dict.items():
# FIXME Not sure why we need a queue here, but without
# the queue one injection job in ~5000 hangs
itacac_dict[bank_id] = pipeparts.mkprogressreport(pipeline, pipeparts.mkqueue(pipeline, head, max_size_buffers = 10, max_size_bytes = 0, max_size_time = 0), "progress_xml_bank_%s" % bank_id)
itacac_dict[bank_id] = pipeparts.mkprogressreport(pipeline, pipeparts.mkqueue(pipeline, head, max_size_buffers = 1, max_size_bytes = 0, max_size_time = 0), "progress_xml_bank_%s" % bank_id)
return itacac_dict
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment