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. --- docs/xml/nginx/changes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 26a5869f1..4d67ea358 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,22 @@ nginx changelog + + + + +убрано десятидневное ограничение времени работы рабочего процесса. +Ограничение было введено из-за переполнения таймеров миллисекунд. + + +the 10-days live time limit of worker process was eliminated. +The limit was introduced because of millisecond timers overflow. + + + + + + -- cgit