Re: Use of upstream keepalive_time

2023-02-02 Thread Maxim Dounin
Hello! On Thu, Feb 02, 2023 at 01:03:13PM +0530, Vishwas Bm wrote: > Can this keepalive_time be made infinite ? > So that connection is not broken after default 1hr There is no specific infinite value, though you can use a large enough keepalive_time instead. Something like "keepalive_time 10d

Re: Use of upstream keepalive_time

2023-02-01 Thread Vishwas Bm
Thanks for the reply. Can this keepalive_time be made infinite ? So that connection is not broken after default 1hr Regards, Vishwas On Sat, Jan 21, 2023, 05:32 Maxim Dounin wrote: > Hello! > > On Fri, Jan 20, 2023 at 11:37:15AM +0530, Vishwas Bm wrote: > > > I see that from 1.19.10 keepaliv

Re: Use of upstream keepalive_time

2023-01-20 Thread Maxim Dounin
Hello! On Fri, Jan 20, 2023 at 11:37:15AM +0530, Vishwas Bm wrote: > I see that from 1.19.10 keepalive_time has been added. > http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive_time > > Also keepalive_timeout is present for idle connection > http://nginx.org/en/docs/http/ngx_h

Use of upstream keepalive_time

2023-01-19 Thread Vishwas Bm
Hi, I see that from 1.19.10 keepalive_time has been added. http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive_time Also keepalive_timeout is present for idle connection http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive_timeout On checking the behaviour betw