diff --git a/src/index.mjs b/src/index.mjs index a0cb065..14f7638 100644 --- a/src/index.mjs +++ b/src/index.mjs @@ -70,7 +70,7 @@ console.log('Processing', itemPagesWithoutEDBIDs.length, 'item pages from [[Cate for (const {title} of itemPagesWithoutEDBIDs) { // this runs serially with an artificial delay between requests to decrease // the chance of sqenix sending ninjas to my house - await new Promise(resolve => setTimeout(resolve, 5000)); + await new Promise(resolve => setTimeout(resolve, 1000)); console.log('Page:', title); // look up on EDB