From e842c63aa3634b9b44bed191b6c40a88a88fa3ea Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 17 Jan 2012 14:15:25 -0700
Subject: [PATCH] enable primary support by default. (in time for
 train-2012.01.18) issue #761

---
 lib/configuration.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/configuration.js b/lib/configuration.js
index d9eb4a7b5..8b777504d 100644
--- a/lib/configuration.js
+++ b/lib/configuration.js
@@ -78,7 +78,7 @@ g_configs.production = {
   max_compute_processes: undefined,
   // return a 503 if a compute process would take over 10s to complete
   max_compute_duration: 10,
-  disable_primary_support: true,
+  disable_primary_support: false,
   // code_version is a property in the session_context response...  When
   // enabled it causes frontend code to employ cache busting logic.  issue #226
   enable_code_version: false
-- 
GitLab