We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5ea2e commit b941a76Copy full SHA for b941a76
src/states/map.ts
@@ -52,7 +52,7 @@ MapState.prototype.expJSON = function (cell, cells) {
52
if (cell.getAttribute("items_path"))
53
data[label].ItemsPath = awssfUtils.adjustJsonPath(cell.getAttribute("items_path"));
54
if (cell.getAttribute("max_concurrency"))
55
- data[label].MaxConcurrency = cell.getAttribute("max_concurrency");
+ data[label].MaxConcurrency = Number(cell.getAttribute("max_concurrency"));
56
57
let start;
58
for(const i in cell.children) {
0 commit comments