Skip to content

Commit 388cbd1

Browse files
committed
fixes
1 parent 1539463 commit 388cbd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/internal/cache/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727

2828
// DefaultTxCacheRetention is the default time to keep transaction hashes in cache.
2929
// Keeping a too high value can lead to OOM during heavy transaction load.
30-
DefaultTxCacheRetention = 45 * time.Second
30+
DefaultTxCacheRetention = 30 * time.Minute
3131
)
3232

3333
// CacheManager provides thread-safe cache operations for tracking seen blocks

0 commit comments

Comments
 (0)