Remove unused core-writer

This commit is contained in:
2020-05-01 10:49:31 +02:00
parent 4a227344b8
commit 0d5d954e67
49 changed files with 250 additions and 19576 deletions
+2
View File
@@ -45,6 +45,8 @@ namespace core_buffer {
// 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;
const size_t LIVE_READ_BLOCK_SIZE = 10;
}
#endif //BUFFERCONFIG_HPP