mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-30 12:03:16 +00:00
Now that we're using small file system keys we can dramatically shrink the maximum allowed btree keys and values. This more accurately matches the current users and less us fit more possible items in each block. Which lets us turn the block size way down and still have multiple worst case largest items per block. Signed-off-by: Zach Brown <zab@versity.com>