Also enable the profiler in the example test config
This is again for #157 without closing it
This commit is contained in:
parent
d2d7bba357
commit
36628ce78e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user