From 36628ce78e952a30deaa4ebf93ca878ea1718fc0 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 21 Feb 2014 17:06:29 +0100 Subject: [PATCH] Also enable the profiler in the example test config This is again for #157 without closing it --- config/environments/test.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 9d136aa4..e071d35b 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -113,7 +113,7 @@ var config = { // If useProfiler is true every response will be served with an // X-Tiler-Profile header containing elapsed timing for various // steps taken for producing the response. - ,useProfiler:false + ,useProfiler:true }; module.exports = config;