summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 0414658..d003714 100644
--- a/config.mk
+++ b/config.mk
@@ -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 \ No newline at end of file
+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 \ No newline at end of file