Skip to content

Commit

Permalink
refactor: back to original retries
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 6, 2024
1 parent 70f9b35 commit 659e490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/lockRetryOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
export const lockOptions = { stale: 10_000 };
export const lockRetryOptions = {
...lockOptions,
retries: { retries: 50, maxTimeout: 1000, factor: 2 },
retries: { retries: 10, maxTimeout: 1000, factor: 2 },
};

0 comments on commit 659e490

Please sign in to comment.