
perbu at varnish-cache
Apr 16, 2012, 4:20 AM
Post #1 of 1
(52 views)
Permalink
|
|
[master] 9a1b232 remove the -w option from man varnishd
|
|
commit 9a1b232b4a9ef1fbfa68d79499b598052149f2d1 Author: Per Buer <perbu [at] varnish-software> Date: Mon Apr 16 13:20:38 2012 +0200 remove the -w option from man varnishd diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst index 351c7b3..f0647b3 100644 --- a/doc/sphinx/reference/varnishd.rst +++ b/doc/sphinx/reference/varnishd.rst @@ -23,7 +23,7 @@ varnishd [-a address[:port]] [-b host[:port]] [-d] [-F] [-f config] [-g group] [-h type[,options]] [-i identity] [-l shmlogsize] [-n name] [-P file] [-p param=value] [-s type[,options]] [-T address[:port]] [-t ttl] - [-u user] [-V] [-w min[,max[,timeout]]] + [-u user] [-V] DESCRIPTION =========== @@ -120,20 +120,6 @@ OPTIONS -V Display the version number and exit. --w min[,max[,timeout]] - - Start at least min but no more than max worker threads - with the specified idle timeout. This is a shortcut for - specifying the thread_pool_min, thread_pool_max and - thread_pool_timeout run-time parameters. - - If only one number is specified, thread_pool_min and - thread_pool_max are both set to this number, and - thread_pool_timeout has no effect. - - - - Hash Algorithms --------------- _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|