From df5e6d837733eac8dad8fd521daf98a6d513be31 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 12 Jan 2011 15:32:41 +0000 Subject: [PATCH] ttl: note that connections are closed at some unspecified point after reaching this limit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058192 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index b8f127f5d5..bcc0b7744f 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -994,8 +994,9 @@ expressions ttl - Time to live for inactive connections and associated connection - pool entries, in seconds. Those which are unused for at least - ttl seconds will be destroyed. + pool entries, in seconds. Once reaching this limit, a + connection will not be used again; it will be closed at some + later time. -- 2.40.0