mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Minor changes
This commit is contained in:
parent
c61c717fbb
commit
dbd45e0fa0
2 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@ 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
|
||||
ZMQ_MSG_SIZE=2550
|
||||
# Be careful with this parameter. Default is 5MiB
|
||||
ZMQ_MSG_SIZE=5242880
|
||||
|
||||
##### Logger/Publisher
|
||||
# LOGGERS_DIR will contains all the data generated by the loggers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue