Add configuration file for live_writer

This commit is contained in:
2020-07-20 13:18:36 +02:00
parent b16d74f7fc
commit 1474c4c0a1
@@ -0,0 +1,9 @@
#include <cstddef>
namespace live_writer_config
{
// MS to retry reading from the image assembler.
const size_t ASSEMBLER_RETRY_MS = 5;
// Number of slots in the reconstruction buffer.
const size_t WRITER_IA_N_SLOTS = 200;
}