chore: automated housekeeping...
This commit is contained in:
parent
8109c13b38
commit
297bb1c498
185 changed files with 2826 additions and 5874 deletions
|
@ -156,7 +156,12 @@ class GenerateStats extends Script {
|
|||
)
|
||||
const batchSize = 50
|
||||
for (let i = 0; i < allBrandNames.length; i += batchSize) {
|
||||
console.warn("Downloading ", batchSize, "occurence counts, 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