Also enable the profiler in the example test config

This is again for #157 without closing it
This commit is contained in:
Sandro Santilli 2014-02-21 17:06:29 +01:00
parent d2d7bba357
commit 36628ce78e

View File

@ -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;