pub const TARGET_SHARD_SIZE: u64 = _; // 33_554_432u64Expand description
How many bytes to target in each unloaded / loaded shard. A larger value means we buffer more data in memory / make bigger requests to the I/O scheduler while a smaller value means more requests to the I/O scheduler.
This is probably a reasonable default for most cases.