pub const HYDRATION_RING_BUFFER_CAP: u64 = 32;
io_uring ring size per hydration worker. Caps memory usage (e.g. 32 x 4MB = 128MB per worker instead of unbounded).