Set single_process_mode to true by default [ci skip]
This commit is contained in:
parent
3479cb7bdd
commit
d46734e90c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue