DEFAULT_HTTP_POOL_SIZE

const val DEFAULT_HTTP_POOL_SIZE: Int = 1000(source)

Maximum number of buffers to be allocated in the HttpClientDefaultPool.

Report a problem