# HG changeset patch # User Marcin Kuzminski # Date 1329958112 -7200 # Node ID 370e995e46c28519eec21c21e93c5485707f83c9 # Parent c45fb78969a331315d9403f1ba38f9341995de4a fixes in doc about waitress wsgi diff -r c45fb78969a3 -r 370e995e46c2 docs/usage/git_support.rst --- a/docs/usage/git_support.rst Thu Feb 23 02:34:58 2012 +0200 +++ b/docs/usage/git_support.rst Thu Feb 23 02:48:32 2012 +0200 @@ -16,16 +16,22 @@ i recommend using waitress_ or gunicorn_ (linux only) for `paste` wsgi app replacement. -To use waitress simply change:: +To use waitress simply change change the following in the .ini file:: - use = egg:Paste#main + use = egg:Paste#http To:: use = egg:waitress#main -In you .ini file, then you can simply run `paster serve` as usual. +And comment out bellow options:: + threadpool_workers = + threadpool_max_requests = + use_threadpool = + + +You can simply run `paster serve` as usual. You can always disable git/hg support by editing a