diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-10 14:21:39 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-10 14:21:39 +0200 |
| commit | ce5597547c1fdab760afd425f6eece9bb52c4a7d (patch) | |
| tree | bf8b2d45d99de0cef042d8c8e23aa108859b634e /config.mk | |
| parent | d489fa8d6dc9ea13b041c1fb658dd758b78908b0 (diff) | |
Debugging and improvements
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 7 |
1 files changed, 6 insertions, 1 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
\ 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 |
