mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 19:04:37 +02:00
Small bug fix in live writer config
This commit is contained in:
@@ -5,5 +5,5 @@ namespace live_writer_config
|
||||
// N of IO threads to receive data from modules.
|
||||
const int LIVE_ZMQ_IO_THREADS = 1;
|
||||
|
||||
const std::string OUTPUT_FOLDER_SYMLINK = "OUTPUT/"
|
||||
const std::string OUTPUT_FOLDER_SYMLINK = "OUTPUT/";
|
||||
}
|
||||
Reference in New Issue
Block a user