[block_manager] Hard code block size to 4k.
We're never going to use anything other than 4k, and by hard coding it we avoid making block_manager a template.
This commit is contained in:
@@ -76,6 +76,7 @@ SOURCE=\
|
||||
era/writeset_tree.cc \
|
||||
era/xml_format.cc \
|
||||
main.cc \
|
||||
persistent-data/block.cc \
|
||||
persistent-data/checksum.cc \
|
||||
persistent-data/data-structures/bitset.cc \
|
||||
persistent-data/data-structures/bloom_filter.cc \
|
||||
|
Reference in New Issue
Block a user