]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamConstants.h
Rolled back the BGZF buffer size to the original 64K. 256K was causing
[bamtools.git] / src / api / BamConstants.h
index 6a1695a65be26005a89d49a814c4237e11e13f66..58b0e49b001b8ecc3ddd884b19da6ddf5d5a99dd 100644 (file)
@@ -115,8 +115,8 @@ const int Z_DEFAULT_MEM_LEVEL = 8;
 // BZGF constants
 const int BGZF_BLOCK_HEADER_LENGTH = 18;
 const int BGZF_BLOCK_FOOTER_LENGTH = 8;
-const int BGZF_MAX_BLOCK_SIZE      = 262144;
-const int BGZF_DEFAULT_BLOCK_SIZE  = 262144;
+const int BGZF_MAX_BLOCK_SIZE      = 65536;
+const int BGZF_DEFAULT_BLOCK_SIZE  = 65536;
 
 } // namespace Constants
 } // namespace BamTools