]> git.kaiwu.me - nginx.git/commit
Introduced worker_shutdown_timeout.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 7 Mar 2017 15:51:16 +0000 (18:51 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 7 Mar 2017 15:51:16 +0000 (18:51 +0300)
commit12b9974d510d38574c6cfb28ee3e87540230c56e
treecf66752182343de8606a9ac2d9625508d574356b
parent1a58418ae76a96c830a0536432e96a9ad051bc58
Introduced worker_shutdown_timeout.

The directive configures a timeout to be used when gracefully shutting down
worker processes.  When the timer expires, nginx will try to close all
the connections currently open to facilitate shutdown.
src/core/nginx.c
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/os/unix/ngx_process_cycle.c
src/os/win32/ngx_process_cycle.c