Set the default number of receiving threads to 1

This commit is contained in:
2020-03-31 13:48:41 +02:00
parent 69e8530879
commit dce62b6fa7
+1 -1
View File
@@ -74,7 +74,7 @@ class WriterManager
RingBuffer& ring_buffer,
const H5Format& format,
std::shared_ptr<header_map> header_values_type,
uint8_t n_receiving_threads,
uint8_t n_receiving_threads=1,
hsize_t frames_per_file=0);
virtual ~WriterManager();