Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hidra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steinbac
hidra
Commits
5cdd4849
Commit
5cdd4849
authored
9 years ago
by
p11user
Browse files
Options
Downloads
Patches
Plain Diff
Config changes on P11
parent
e0de2b86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/receiverLiveViewer.conf
+3
-2
3 additions, 2 deletions
conf/receiverLiveViewer.conf
conf/sender.conf
+2
-1
2 additions, 1 deletion
conf/sender.conf
with
5 additions
and
3 deletions
conf/receiverLiveViewer.conf
+
3
−
2
View file @
5cdd4849
...
...
@@ -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
=
2
000
maxQueueSize
=
1
000
#maxQueueSize = 2
This diff is collapsed.
Click to expand it.
conf/sender.conf
+
2
−
1
View file @
5cdd4849
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment