Retry interval added to config

This commit is contained in:
2018-01-24 16:22:11 +01:00
parent 3869a045d8
commit 8dfca2f49b
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -14,4 +14,7 @@ namespace config {
// H5 config.
hsize_t dataset_increase_step = 1000;
hsize_t initial_dataset_size = 1000;
// Try again to see if the parameters were passed.
uint32_t parameters_read_retry_interval = 100;
}