parent
dbae0eeb31
commit
97e00fb47d
1
NEWS.md
1
NEWS.md
@ -10,6 +10,7 @@ Enhancements:
|
||||
- Do not UNWATCH on every redis client release (#161)
|
||||
- Include API docs (#164)
|
||||
- Add "cacheDns" statsd setting in the example configs
|
||||
- Do not send duplicated stats on template instanciation
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
@ -603,9 +603,6 @@ var CartodbWindshaft = function(serverOptions) {
|
||||
} else {
|
||||
ws.sendResponse(res, [response, 200]);
|
||||
}
|
||||
if ( req.profiler && req.profiler.statsd_client) {
|
||||
req.profiler.sendStats();
|
||||
}
|
||||
}
|
||||
|
||||
ws.post(template_baseurl + '/:template_id', function(req, res) {
|
||||
|
Loading…
Reference in New Issue
Block a user