Small improvements

This commit is contained in:
2020-06-04 12:08:14 +02:00
parent 422b599b38
commit 07dcbb3b2e
2 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
namespace writer_config
{
// MS to retry reading from the image assembler.
const size_t WRITER_IMAGE_ASSEMBLER_RETRY_MS = 5;
const size_t ASSEMBLER_RETRY_MS = 5;
// Number of slots in the reconstruction buffer.
const size_t WRITER_IA_N_SLOTS = 2;
}