diff --git a/build-lists.js b/build-lists.js index 5d06ca8..b542315 100644 --- a/build-lists.js +++ b/build-lists.js @@ -1,5 +1,6 @@ import { dirname, basename } from 'path' +import os from 'os' import fs from 'fs-extra' import dotenv from 'dotenv' import semver from 'semver' @@ -596,6 +597,9 @@ class BuildLists { async build () { + console.log( 'Thread Pool Size', process.env.UV_THREADPOOL_SIZE ) + console.log( 'CPU Count', os.cpus().length ) + await saveYouTubeVideos() // Pull in and layer data from all sources