Set single_process_mode to true by default [ci skip]

This commit is contained in:
Sean Tilley 2012-04-17 23:27:34 -05:00
parent 3479cb7bdd
commit d46734e90c

View file

@ -45,7 +45,7 @@ defaults: &defaults
# running, however this makes it quite slow as all the time intensive jobs
# must be run inside the request cycle. Also the live updates from the Websocket
# will be disabled.
single_process_mode: false
single_process_mode: true
## Use Amazon S3 instead of your local filesystem
## to handle uploaded pictures.