From fdff9c78e37b8086fe8ce201bebba9ff2599ae26 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 6 Sep 2006 18:32:05 +0000 Subject: [PATCH] Give pool threads 120 second timeout, 10 was close to silly. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@924 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_param.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index cb8de783..cd7fe80b 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -227,8 +227,8 @@ static struct parspec parspec[] = { "Minimum is 1 thread. ", "1" }, { "thread_pool_timeout", tweak_thread_pool_timeout, "Thread dies after this many seconds of inactivity.\n" - "Default is 10 seconds. " - "Minimum is 1 second. ", "10" }, + "Default is 120 seconds. " + "Minimum is 1 second. ", "120" }, { "http_workspace", tweak_http_workspace, "Bytes of HTTP protocol workspace allocated. " "This space must be big enough for the entire HTTP protocol " -- 2.39.5