defaultMaxReaders constant
int
const defaultMaxReaders
The maximum number of concurrent read transactions if not explicitly specified.
Implementation
static const int defaultMaxReaders = 5;
The maximum number of concurrent read transactions if not explicitly specified.
static const int defaultMaxReaders = 5;