setMaxRequestQueueSize method
Set's the new maximum size for the request queue.
int maxSize
- Minimum value is "1".
Implementation
CountlyConfig setMaxRequestQueueSize(int maxSize) {
_maxRequestQueueSize = maxSize;
return this;
}
Set's the new maximum size for the request queue.
int maxSize
- Minimum value is "1".
CountlyConfig setMaxRequestQueueSize(int maxSize) {
_maxRequestQueueSize = maxSize;
return this;
}