From d46734e90c89e7c874fc65723f46031b4a510a3d Mon Sep 17 00:00:00 2001
From: Sean Tilley <sean@DeadSuperHero.com>
Date: Tue, 17 Apr 2012 23:27:34 -0500
Subject: [PATCH] Set single_process_mode to true by default [ci skip]

---
 config/application.yml.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/application.yml.example b/config/application.yml.example
index b6148d1414..64fe1c327c 100644
--- a/config/application.yml.example
+++ b/config/application.yml.example
@@ -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.
-- 
GitLab