[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:
@@ -319,7 +319,7 @@ namespace {
|
||||
void ls_(string const &path, ostream &out, struct flags &flags) {
|
||||
grid_layout grid;
|
||||
|
||||
block_manager<>::ptr bm(open_bm(path, block_manager<>::READ_ONLY,
|
||||
block_manager::ptr bm(open_bm(path, block_manager::READ_ONLY,
|
||||
!flags.use_metadata_snap));
|
||||
metadata::ptr md;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user