diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-13 19:02:59 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-07-14 13:04:42 +0200 |
| commit | 9a6a534f9648f673fb549aefed0838269994493a (patch) | |
| tree | f51f0ae7d6de362253aed320e43ea5337cd7391d | |
| parent | b4f04c64f29f056eecff52b85d47ed609ed45114 (diff) | |
w
| -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 { |
