Move stream configs to separate file

This commit is contained in:
2020-06-04 11:56:32 +02:00
parent 871030f2d7
commit a6e1c6c84e
4 changed files with 20 additions and 18 deletions
-7
View File
@@ -40,13 +40,6 @@ namespace core_buffer {
const int BUFFER_ZMQ_SNDHWM = 100;
// IPC address of the live stream.
const std::string BUFFER_LIVE_IPC_URL = "ipc:///tmp/sf-live-";
// N of IO threads to receive data from modules.
const int STREAM_ZMQ_IO_THREADS = 4;
// How long should the RECV queue be.
const size_t STREAM_RCVHWM = 100;
// Size of buffer between the receiving and sending part.
const int STREAM_FASTQUEUE_SLOTS = 5;
}
#endif //BUFFERCONFIG_HPP