From 8628bee9e90dd371782a146dbb5a3d6b7829d864 Mon Sep 17 00:00:00 2001 From: baldo Date: Sun, 13 Aug 2017 19:29:50 +0200 Subject: [PATCH] Fix: Typo. --- server/services/monitoringService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/services/monitoringService.js b/server/services/monitoringService.js index 462b34d..489f0aa 100644 --- a/server/services/monitoringService.js +++ b/server/services/monitoringService.js @@ -484,7 +484,7 @@ angular.module('ffffng') previousImportTimestamp = maxTimestamp; // We do not parallelize here as the sqlite will start slowing down and blocking with too many - // parallel queries. This has resulted in blocking other requests too and thus in a major slowdonw. + // parallel queries. This has resulted in blocking other requests too and thus in a major slowdown. var allNodes = _.flatMap(datas, function (data) { return data.nodes; });