Chore: update NSI, fix #2322
This commit is contained in:
parent
d2f4a4ea6e
commit
e844ad2292
1481 changed files with 8567 additions and 36337 deletions
|
@ -156,7 +156,7 @@ class GenerateStats extends Script {
|
|||
)
|
||||
const batchSize = 50
|
||||
for (let i = 0; i < allBrandNames.length; i += batchSize) {
|
||||
console.warn("Downloading", batchSize, "items: ", i + "/" + allBrandNames.length)
|
||||
console.warn("Downloading ", batchSize, "occurence counts, items: ", i + "/" + allBrandNames.length)
|
||||
let downloaded = 0
|
||||
await Promise.all(
|
||||
Utils.TimesT(batchSize, async (j) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue