Skip to content

Commit 03dadb3

Browse files
authored
reverted back the configs to original config as per chain it varies (#438)
1 parent 7017471 commit 03dadb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/db/configuration/getConfiguration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ export const getConfiguration = async (): Promise<Config> => {
178178
maxTxsToProcess: 30,
179179
minedTxListenerCronSchedule: "*/5 * * * * *",
180180
maxTxsToUpdate: 50,
181-
retryTxListenerCronSchedule: "*/10 * * * * *",
182-
minEllapsedBlocksBeforeRetry: 4,
181+
retryTxListenerCronSchedule: "*/30 * * * * *",
182+
minEllapsedBlocksBeforeRetry: 15,
183183
maxFeePerGasForRetries: ethers.utils
184184
.parseUnits("1000", "gwei")
185185
.toString(),

0 commit comments

Comments
 (0)