Skip to content

Commit 40a7c90

Browse files
committed
fix: revert transferColdWalletInterval to 5 minutes
1 parent 0503746 commit 40a7c90

File tree

1 file changed

+1
-1
lines changed
  • internal/adapters/entrypoints/watcher

1 file changed

+1
-1
lines changed

internal/adapters/entrypoints/watcher/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
rskEclipseCheckInterval = 15 * time.Second
2222
btcReleaseCheckInterval = 3 * time.Minute
2323
assetMetricsUpdateInterval = 1 * time.Minute
24-
transferColdWalletInterval = 500 * time.Minute
24+
transferColdWalletInterval = 5 * time.Minute
2525
)
2626

2727
type Watcher interface {

0 commit comments

Comments
 (0)