Skip to content

Commit

Permalink
Revert "tune parameters"
Browse files Browse the repository at this point in the history
This reverts commit 0bd6ba3.
  • Loading branch information
inker committed Jul 8, 2024
1 parent 8ce1d3f commit 3db2732
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ export default ({
};
},
getTimeout: workerIndex => {
const factor = workerIndex === 0 ? 100 : 7 / (workerIndex + 1);
return factor * 5000;
const factor = workerIndex === 0 ? 50 : 7 / (workerIndex + 1);
return factor * 10000;
},
signal,
});

0 comments on commit 3db2732

Please sign in to comment.