diff --git a/lib/configuration.js b/lib/configuration.js index d9eb4a7b5ca6eb798dedeb67871fe1cad8f14904..8b777504dd1d27cc82b7a3f6c95f0763bbaf6b55 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