From eefd730e7bbced8c856bf9cc486ef8dd3dd5909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Rame=CC=81?= Date: Sat, 16 Mar 2024 01:30:33 +0100 Subject: [PATCH] TO REMOVE: try a delay for wappalyzer since shared instance --- src/features/initiative.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/features/initiative.ts b/src/features/initiative.ts index 97ec2bc..89e745a 100644 --- a/src/features/initiative.ts +++ b/src/features/initiative.ts @@ -82,7 +82,8 @@ const wappalyzer = new Wappalyzer({ headers: { 'Cache-Control': 'no-cache', // Tell the websites servers to not respond with a 304 status code that would use the local Chromium cache (the local Puppeteer cache cannot be disabled from Wappalyzer settings) }, - delay: 0, // Since not analysing multiple pages we are fine with no delay + // delay: 0, // Since not analysing multiple pages we are fine with no delay + delay: 1000, maxDepth: 1, maxUrls: 1, noRedirect: true,