mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Debugging and improvements
This commit is contained in:
parent
d489fa8d6d
commit
ce5597547c
4 changed files with 21 additions and 9 deletions
|
@ -28,4 +28,9 @@ LOG_INTERVAL=20
|
|||
# KEY is attached to all the messages published to the subscriber
|
||||
# It allows you to filter the messages on the publisher
|
||||
# if you are using multiple monitoring nodes (multiple publishers)
|
||||
KEY=node1
|
||||
KEY=node1
|
||||
# MAX_QUEUE Maximum number of queues to use per publisher.
|
||||
# It allows the zmq thread to send the power measurements to the subscriber meanwhile
|
||||
# other measurements are collected. If only 1 queue is used, power measurements can
|
||||
# potentially be missing since parallelism is broken.
|
||||
MAX_QUEUE=2
|
Loading…
Add table
Add a link
Reference in a new issue