From bbe33bbc589967cf0e01994b2101aed436c8e815 Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Tue, 8 Oct 2019 10:48:02 -0700
Subject: [PATCH] Revert "REVERT ME: lloidparts: increase queue size to get
 some injection jobs to run"

This reverts commit 1f3223c0d22b1c332bafbebec59d8da98841cdf5.
---
 gstlal-inspiral/python/lloidparts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-inspiral/python/lloidparts.py b/gstlal-inspiral/python/lloidparts.py
index dea014191c..282b463bec 100644
--- a/gstlal-inspiral/python/lloidparts.py
+++ b/gstlal-inspiral/python/lloidparts.py
@@ -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
-- 
GitLab