diff --git a/src/db/configuration/getConfiguration.ts b/src/db/configuration/getConfiguration.ts index 341929a1a..7b7a0c375 100644 --- a/src/db/configuration/getConfiguration.ts +++ b/src/db/configuration/getConfiguration.ts @@ -178,8 +178,8 @@ export const getConfiguration = async (): Promise => { maxTxsToProcess: 30, minedTxListenerCronSchedule: "*/5 * * * * *", maxTxsToUpdate: 50, - retryTxListenerCronSchedule: "*/10 * * * * *", - minEllapsedBlocksBeforeRetry: 4, + retryTxListenerCronSchedule: "*/30 * * * * *", + minEllapsedBlocksBeforeRetry: 15, maxFeePerGasForRetries: ethers.utils .parseUnits("1000", "gwei") .toString(),