Skip to content
Snippets Groups Projects
Commit 5cdd4849 authored by p11user's avatar p11user
Browse files

Config changes on P11

parent e0de2b86
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ liveViewerComIp = 0.0.0.0
# TCP port to communicate with the live viewer
liveViewerComPort = 50021
# List of hosts allowed to connect to the receiver
liveViewerWhiteList = ["localhost", "zitpcx19282", "zitpcx22614"]
liveViewerWhiteList = ["localhost", "haspp11user02", "haspp11user03", "haspp11user04"]
#liveViewerWhiteList = ["localhost", "zitpcx19282", "zitpcx22614"]
# Port to exchange data and signals between receiver and LiveViewCommunicator
lvCommunicatorPort = 50020
......@@ -38,6 +39,6 @@ logfileName = zmq_receiver_LiveViewer.log
maxRingBufferSize = 20
#maxRingBufferSize = 2
# Size of the queue for the live viewer
maxQueueSize = 2000
maxQueueSize = 1000
#maxQueueSize = 2
......@@ -21,7 +21,8 @@ monitoredFormats = [".tif", ".cbf"]
parallelDataStreams = 1
# List of hosts allowed to connect to the sender
receiverWhiteList = ["localhost", "zitpcx19282", "zitpcx22614", "haspp11eval01", "it-hpc-cxi03"]
#receiverWhiteList = ["localhost", "zitpcx19282", "zitpcx22614", "haspp11eval01", "it-hpc-cxi03"]
receiverWhiteList = ["localhost", "haspp11eval01", "it-hpc-cxi03"]
# Enable ZMQ pipe into storage system (if set to False: the file is moved into the cleanerTargetPath)
useDataStream = False
......
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