From 03995c26e9f8d806829f71606cc721cea7e97567 Mon Sep 17 00:00:00 2001 From: werder_d Date: Wed, 19 Jan 2022 11:08:36 +0100 Subject: [PATCH] Use bsreadrepeater for two bpm sources --- sources/bpm.sources | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sources/bpm.sources b/sources/bpm.sources index c35c2db..d9c1215 100644 --- a/sources/bpm.sources +++ b/sources/bpm.sources @@ -1,8 +1,12 @@ { "sources": [ - { "stream": "tcp://SIN-CVME-DBPM0421:9000" }, - { "stream": "tcp://SIN-CVME-DBPM0422:9000" }, + /* Using proxy: { "stream": "tcp://SIN-CVME-DBPM0421:9000" },*/ + { "stream": "tcp://sf-daqbuf-33:3200" }, + + /* Using proxy: { "stream": "tcp://SIN-CVME-DBPM0422:9000" },*/ + { "stream": "tcp://sf-daqbuf-33:3201" }, + { "stream": "tcp://S10-CVME-DBPM1431:9000" }, { "stream": "tcp://S20-CVME-DBPM2371:9000" }, { "stream": "tcp://S30-CVME-DBPM3391:9000" },