Constant WATERMARK_CACHE_ENTRIES

Source
const WATERMARK_CACHE_ENTRIES: usize = 16;
Expand description

Mostly watermark operators will have inserts (append-only). So this number should not need to be very large. But we may want to improve this choice in the future.