From df172ebe9a504f1d63b095b5e5d1ead9795ad141 Mon Sep 17 00:00:00 2001 From: Dan Rosart Date: Fri, 9 Feb 2018 07:47:53 +0000 Subject: [PATCH] Disable load test in production mode. --- client/main.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.coffee b/client/main.coffee index 4746899fd..c7f91ddac 100644 --- a/client/main.coffee +++ b/client/main.coffee @@ -202,6 +202,7 @@ BlackboardRouter = Backbone.Router.extend this.Page("facts", "general", "0") LoadTestPage: (which) -> + return if Meteor.isProduction # redirect to one of the 'real' pages, so that client has the # proper subscriptions, etc; plus launch a background process # to perform database mutations