const READER_CONNECTIONS: usize = 3;
How many read-only connections serve queries alongside the writer. Reads are short; a few cover a library page’s parallel fetches plus background work without holding many file handles.