We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1539463 commit 388cbd1Copy full SHA for 388cbd1
1 file changed
block/internal/cache/manager.go
@@ -27,7 +27,7 @@ const (
27
28
// DefaultTxCacheRetention is the default time to keep transaction hashes in cache.
29
// Keeping a too high value can lead to OOM during heavy transaction load.
30
- DefaultTxCacheRetention = 45 * time.Second
+ DefaultTxCacheRetention = 30 * time.Minute
31
)
32
33
// CacheManager provides thread-safe cache operations for tracking seen blocks
0 commit comments