Skip to content

Commit 39949e1

Browse files
committed
v2.14.1
1 parent b7c3ca1 commit 39949e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/releaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,7 @@ This file describes the main feature changes for each readout.exe released versi
480480
## v2.13.0 - 11/08/2022
481481
- Updated configuration parameters:
482482
- added equipment-*.numaNode. If set, memory / thread will try to use given NUMA node. If "auto", will try to guess it for given equipment (eg ROC). "auto" is default.
483+
484+
## v2.14.1 - 22/08/2022
485+
- Updated configuration parameters:
486+
- added consumer-FairMQChannel-*.threads. If set, a pool of threads is used for FMQ message formatting. Needed at high rates when a single CPU core is not enough to prepare data for DataDistribution (including overlapping HBF copy).

src/ReadoutVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#define READOUT_VERSION "2.13.1"
12+
#define READOUT_VERSION "2.14.1"
1313

0 commit comments

Comments
 (0)