Fix: Typo.
This commit is contained in:
parent
2b22926b2f
commit
8628bee9e9
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue