]> err.no Git - varnish/commitdiff
Give pool threads 120 second timeout, 10 was close to silly.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 6 Sep 2006 18:32:05 +0000 (18:32 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 6 Sep 2006 18:32:05 +0000 (18:32 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@924 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index cb8de7836a571e5a8e4ee93e8fe7e920a4b62756..cd7fe80b473ada05e9a0e333d7f59679950a76ee 100644 (file)
@@ -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 "