mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 23:40:16 +00:00
Fixed a typo in example config
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
{
|
{
|
||||||
"type": "pull",
|
"type": "pull",
|
||||||
"method": "connect",
|
"method": "connect",
|
||||||
"address": "tcp://localhost:5556",
|
"address": "tcp://localhost:5555",
|
||||||
"sndBufSize": "1000",
|
"sndBufSize": "1000",
|
||||||
"rcvBufSize": "1000",
|
"rcvBufSize": "1000",
|
||||||
"rateLogging": "0"
|
"rateLogging": "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user