From 466991d2a1165d0e899e373096655cccaf7f676f Mon Sep 17 00:00:00 2001 From: ewin Date: Mon, 28 Jul 2025 18:51:18 -0400 Subject: [PATCH] Only wait 1 second between requests --- src/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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