Skip to content

Commit

Permalink
TO REMOVE: try a delay for wappalyzer since shared instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Mar 16, 2024
1 parent 7fe993a commit eefd730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/initiative.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eefd730

Please sign in to comment.