mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Fixed a typo in example config
This commit is contained in:
parent
b855f77060
commit
6ed9cc3da1
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user