Added new properties to config

This commit is contained in:
2018-01-10 11:56:10 +01:00
parent 8ee7ca77c8
commit 3562a468be
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -5,4 +5,9 @@ namespace config {
H5T_order_t dataset_byte_order = H5T_ORDER_LE;
hsize_t dataset_increase_step = 1000;
hsize_t initial_dataset_size = 1000;
uint16_t rest_port = 11011;
int n_io_threads = 1;
size_t n_slots = 100;
}