diff options
-rw-r--r-- | test/handle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handle.cpp b/test/handle.cpp index ef0e4893..2c29f52c 100644 --- a/test/handle.cpp +++ b/test/handle.cpp @@ -7,7 +7,7 @@ namespace floormat { namespace { -constexpr uint32_t start_index = 1024, page_size = 128; +constexpr uint32_t start_index = 1024, page_size = 256; struct Foo { |