Mailing List Archive

r924 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-09-06 20:32:05 +0200 (Wed, 06 Sep 2006)
New Revision: 924

Modified:
trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Give pool threads 120 second timeout, 10 was close to silly.


Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c 2006-09-06 18:23:24 UTC (rev 923)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c 2006-09-06 18:32:05 UTC (rev 924)
@@ -227,8 +227,8 @@
"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 "