remove reference to processhrtime as it was moved to its own module

This commit is contained in:
Alexandra
2025-05-18 18:06:31 -06:00
parent 10cf5490e1
commit 4d2c5ca41b

View File

@@ -140,9 +140,6 @@ export default async function getAllFiles(catList) {
fileCount += currentBatch.length;
}
var elapsed = parseHrtimeToSeconds(process.hrtime(startTime));
var m = Math.floor(elapsed / 60);
var s = Math.floor(elapsed % 60);
console.log(`\nFinished crawling Myrient in ${proctime.elapsed()}.`);
await piscina.close();
await optimizeDatabaseKws();