comparison production.ini @ 4086:4ec370789b3e

added larger buffers for example uwsgi setup
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 09 Jul 2013 19:48:42 +0200
parents e8065d36e8d0
children 1d24330289a2
comparison
equal deleted inserted replaced
4085:6d771a08a631 4086:4ec370789b3e
89 89
90 ## Gracefully Reload workers after the specified amount of managed requests 90 ## Gracefully Reload workers after the specified amount of managed requests
91 ## (avoid memory leaks). 91 ## (avoid memory leaks).
92 #max-requests = 1000 92 #max-requests = 1000
93 93
94 ## enable large buffers
95 #buffer-size=65535
96
94 ## Log requests slower than the specified number of milliseconds. 97 ## Log requests slower than the specified number of milliseconds.
95 #log-slow = 10 98 #log-slow = 10
96 99
97 ## Exit if no app can be loaded. 100 ## Exit if no app can be loaded.
98 #need-app = true 101 #need-app = true