Raw dataset config

This commit is contained in:
2018-01-31 15:31:12 +01:00
parent 0952aeaa49
commit 397782a69b
5 changed files with 8 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ namespace config {
size_t ring_buffer_n_slots = 100;
// Delay before trying again to get data from the ring buffer.
uint32_t ring_buffer_read_retry_interval = 5;
std::string raw_dataset_name = "raw_data";
// By how much to enlarge a dataset when a resizing is needed.
hsize_t dataset_increase_step = 1000;