Skip to content

Commit

Permalink
Increase timing to crawler API send
Browse files Browse the repository at this point in the history
  • Loading branch information
dadak-dom committed Jun 28, 2024
1 parent 830d22f commit 937227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function apiSend() {
if (!Object.keys(hostnameHold).includes(currentHostName)) {
// console.log("loaded " + currentHostName)
hostnameHold[currentHostName] = Date.now();
setTimeout(sender, 30000);
setTimeout(sender, 60000);
}
}
//@ts-ignore
Expand Down

0 comments on commit 937227b

Please sign in to comment.