Add property for RB retry speed

This commit is contained in:
2020-05-01 09:34:03 +02:00
parent f3bf066600
commit 873ebfd8a3
+3
View File
@@ -42,6 +42,9 @@ namespace core_buffer {
// Number of pulses between each statistics print out.
const size_t STATS_MODULO = 100;
// If the RB is empty, how much time to wait before trying to read it again.
const size_t RB_READ_RETRY_INTERVAL_MS = 5;
}
#endif //BUFFERCONFIG_HPP