maxQueryCount property
The maximum number of queries to be run on a connection. New sessions won't be scheduled after this limit is reached.
Implementation
int maxQueryCount = 1024 * 1024;
The maximum number of queries to be run on a connection. New sessions won't be scheduled after this limit is reached.
int maxQueryCount = 1024 * 1024;