Re: Default IOReactorConfig instance has no socket timeout

2018-05-17 Thread Oleg Kalnichevski
On Wed, 2018-05-16 at 22:40 +0300, Дмитрий Жихарев wrote: > Oleg, > > realistically I would expect the default timeout to be around 5 > seconds, as is the default value in the > PoolingHttpClientConnectionManager ( https://github.com/apache/httpco > mponents- >

Re: Default IOReactorConfig instance has no socket timeout

2018-05-16 Thread Дмитрий Жихарев
Oleg, realistically I would expect the default timeout to be around 5 seconds, as is the default value in the PoolingHttpClientConnectionManager ( 

Re: Default IOReactorConfig instance has no socket timeout

2018-05-16 Thread Oleg Kalnichevski
On Wed, 2018-05-16 at 15:16 +0300, Дмитрий Жихарев wrote: > Hi all! > > I was wondering if the IOReactorConfig.DEFAULT intentionally has > soTimeout set to ZERO_MILLESECONDS. Before version 5 there was also > connectTimeout, which also was 0 for the default builder. I > understand that the