mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 00:12:24 +02:00
Remove default value for user_id of writing process
Does not really make sense since the value is hard-coded anyway and will not change in different deployments.
This commit is contained in:
@@ -22,7 +22,4 @@ namespace config {
|
||||
hsize_t dataset_increase_step = 1000;
|
||||
// To which value to initialize a dataset size.
|
||||
hsize_t initial_dataset_size = 1000;
|
||||
|
||||
// -1 means to stay with the same user_id.
|
||||
int default_writing_user_id = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user