maxReaders property

int maxReaders
final

The maximum amount of concurrent readers allowed on opened database pools.

Depending on the target platforms, fewer readers than requested here might be supported. For instance, this package does not currently open additional readers on the web.

Implementation

final int maxReaders;