Rename parameter to something more sensible

This commit is contained in:
2020-05-15 15:23:24 +02:00
parent 168c04df5a
commit aff1d22c17
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace core_buffer {
const int WRITER_ZMQ_IO_THREADS = 2;
// Size of buffer between the receiving and writing part.
const int WRITER_FASTQUEUE_SLOTS = 5;
const int WRITER_FASTQUEUE_N_SLOTS = 5;
// Number of pulses between each statistics print out.
const size_t STATS_MODULO = 100;