|
|
@@ -432,7 +432,7 @@ class Server(object): |
|
|
|
'engine.autoreload.on': False, |
|
|
|
'server.max_request_body_size': 8*1024*1024, |
|
|
|
}) |
|
|
|
if self.embedded: |
|
|
|
if self.embedded: # pragma: no branch (always taken in test suite) |
|
|
|
cherrypy.config.update({ 'environment': 'embedded' }) |
|
|
|
|
|
|
|
# Build up application specific configuration |
|
|
|