From bb02494e02b471bb9c5138e986712eb3ae16a048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 31 Oct 2017 17:09:42 +0100 Subject: [PATCH] Do not perform "increment map view count" in parallel --- lib/cartodb/controllers/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cartodb/controllers/map.js b/lib/cartodb/controllers/map.js index 05363a06..4f4213f4 100644 --- a/lib/cartodb/controllers/map.js +++ b/lib/cartodb/controllers/map.js @@ -333,7 +333,7 @@ MapController.prototype.afterLayergroupCreate = function (req, res, callback) { }; // Perform mapview count increment in parallel along the rest of after-layergroup-create - // tasks. Error won't blow up, just logged. + // tasks. Error won't blow up, just be logged. this.metadataBackend.incMapviewCount(user, mapconfig.obj().stat_tag, function(err) { req.profiler.done('incMapviewCount'); if ( err ) {