Moved bitshuffle LZ4 property to writer header

This commit is contained in:
2020-05-18 17:01:24 +02:00
parent 04477ff2cf
commit aa22236dfd
3 changed files with 5 additions and 5 deletions
-3
View File
@@ -64,9 +64,6 @@ namespace core_buffer {
// Size of buffer between the receiving and sending part.
const int STREAM_FASTQUEUE_SLOTS = 5;
// Size of compression header in bytes.
const int WRITER_COMPRESSION_HEADER_BYTES = 12;
// Writer RECV queue on ZMQ.
const int WRITER_RCVHWM = 100;