Skip to content

Commit f700432

Browse files
authored
Update swap retry data push to 1 minute interval (#124)
1 parent 1fb22a3 commit f700432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/account/swap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
const (
25-
swapPushRetryThreshold = 5 * time.Minute
25+
swapPushRetryThreshold = time.Minute
2626
minUsdcSwapBalance = usdc.QuarksPerUsdc / 100 // $0.01 USD
2727
)
2828

0 commit comments

Comments
 (0)