Skip to content

Commit 32a9526

Browse files
committed
Better buffer size and addition of fairmq parameters for daq task.
1 parent 704f1ce commit 32a9526

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

alfa.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,26 @@
1111
"type": "pub",
1212
"method": "bind",
1313
"address": "tcp://*:5556",
14-
"sndBufSize": 10000,
15-
"rcvBufSize": 10000,
14+
"sndBufSize": 100,
15+
"rcvBufSize": 100,
16+
"rateLogging": 0
17+
}
18+
]
19+
}
20+
]
21+
},
22+
{
23+
"id": "daqTask",
24+
"channels": [
25+
{
26+
"name": "data-out",
27+
"sockets": [
28+
{
29+
"type": "pub",
30+
"method": "bind",
31+
"address": "tcp://*:5556",
32+
"sndBufSize": 100,
33+
"rcvBufSize": 100,
1634
"rateLogging": 0
1735
}
1836
]

0 commit comments

Comments
 (0)