mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 04:22:22 +02:00
Add new parameter for writer cache
This commit is contained in:
@@ -78,6 +78,9 @@ namespace core_buffer {
|
||||
// How large are metadata chunks in the HDF5.
|
||||
const size_t WRITER_METADATA_CHUNK_N_IMAGES = 100;
|
||||
|
||||
// How large should the data cache be in N images.
|
||||
const size_t WRITER_DATA_CACHE_N_IMAGES = 100;
|
||||
|
||||
// Number of pulses between each statistics print out.
|
||||
const size_t STATS_MODULO = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user