We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7017471 commit 03dadb3Copy full SHA for 03dadb3
src/db/configuration/getConfiguration.ts
@@ -178,8 +178,8 @@ export const getConfiguration = async (): Promise<Config> => {
178
maxTxsToProcess: 30,
179
minedTxListenerCronSchedule: "*/5 * * * * *",
180
maxTxsToUpdate: 50,
181
- retryTxListenerCronSchedule: "*/10 * * * * *",
182
- minEllapsedBlocksBeforeRetry: 4,
+ retryTxListenerCronSchedule: "*/30 * * * * *",
+ minEllapsedBlocksBeforeRetry: 15,
183
maxFeePerGasForRetries: ethers.utils
184
.parseUnits("1000", "gwei")
185
.toString(),
0 commit comments