From 208eed22101e987a370036fa3851ce81c088c599 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 7 Oct 2005 13:30:52 +0000 Subject: nginx-0.3.0-RELEASE import *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow. --- src/os/unix/ngx_process.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/os/unix/ngx_process.c') diff --git a/src/os/unix/ngx_process.c b/src/os/unix/ngx_process.c index 7f25f91d9..07a7c66f5 100644 --- a/src/os/unix/ngx_process.c +++ b/src/os/unix/ngx_process.c @@ -354,11 +354,6 @@ ngx_signal_handler(int signo) break; case SIGALRM: - if (!ngx_terminate) { - ngx_timer = 1; - action = ", shutting down old worker processes"; - } - break; case SIGIO: -- cgit