Skip to content

Commit

Permalink
lower the delay
Browse files Browse the repository at this point in the history
  • Loading branch information
brianAxonify committed Sep 20, 2024
1 parent ee591f0 commit 612f375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrome.runtime.onMessage.addListener((message, sender, sendResponse) => {
// Deletion function
function startDeleting(ids) {
let index = 0;
const delay = 1000; // 1 second delay between requests
const delay = 600; // delay between requests

function sendNextRequest() {
if (index < ids.length) {
Expand Down

0 comments on commit 612f375

Please sign in to comment.