Skip to main content

READER_CONNECTIONS

Constant READER_CONNECTIONS 

Source
const READER_CONNECTIONS: usize = 3;
Expand description

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.