Merge "wsgi: decrease the default number of greenthreads in pool"

This commit is contained in:
Jenkins 2016-02-24 05:30:42 +00:00 committed by Gerrit Code Review
commit de940cf464

View File

@ -69,7 +69,7 @@ wsgi_opts = [
help="Sets the value of TCP_KEEPIDLE in seconds for each " help="Sets the value of TCP_KEEPIDLE in seconds for each "
"server socket. Not supported on OS X."), "server socket. Not supported on OS X."),
cfg.IntOpt('wsgi_default_pool_size', cfg.IntOpt('wsgi_default_pool_size',
default=1000, default=100,
help="Size of the pool of greenthreads used by wsgi"), help="Size of the pool of greenthreads used by wsgi"),
cfg.IntOpt('max_header_line', cfg.IntOpt('max_header_line',
default=16384, default=16384,