From 268acd0c8e19364ead8d70161ec20f0560b3549f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 15 Jul 2023 22:25:10 +0200 Subject: [PATCH] Minor changes --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 6df2b6c..4ad0dbf 100644 --- a/config.mk +++ b/config.mk @@ -8,7 +8,7 @@ SUBSCRIBER_ADDR=localhost # messages from publishers. Leave as is if not sure. ZMQ_TOKEN=ina260-zmq-publisher # ZMQ_MSG_SIZE max number of bytes per ZeroMQ messages -# be careful with this parameter +# Be careful with this parameter ZMQ_MSG_SIZE=2550 ##### Logger/Publisher