From ce5597547c1fdab760afd425f6eece9bb52c4a7d Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 10 Aug 2023 14:21:39 +0200 Subject: Debugging and improvements --- config.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.mk') 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 -- cgit v1.2.3