1
0
Fork 0

Update run-downloadDb.js

This commit is contained in:
lightling 2024-02-25 15:04:23 -05:00
parent 78ceefe33f
commit a76a393a12

View file

@ -68,7 +68,7 @@ const downloadDb = async () => {
await getMany(processes, threadMax, directory, 'media');
log(ctx, 'Downloading media using /search');
//await getMany(processes, threadMax, directory, 'search');
await getMany(processes, threadMax, directory, 'search');
processes.forEach(entry => {
entry.logs.forEach(log => {