mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
remove reference to processhrtime as it was moved to its own module
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user