Add output symlink name to writer config

This commit is contained in:
2021-02-24 08:56:54 +01:00
parent 29d3e4c1cb
commit 3c9a9d8bce
@@ -4,4 +4,6 @@ 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/"
}