From 12f4f635818cc1fba6e8b08846bb8e4b1c325535 Mon Sep 17 00:00:00 2001
From: Arpit Temani <temaniarpit27@gmail.com>
Date: Tue, 25 May 2021 16:01:25 +0530
Subject: [PATCH] Update blockchain.go

---
 core/blockchain.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/blockchain.go b/core/blockchain.go
index 9a6cf8af2..41b9374ed 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -85,7 +85,7 @@ var (
 const (
 	bodyCacheLimit      = 256
 	blockCacheLimit     = 256
-	receiptsCacheLimit  = 32
+	receiptsCacheLimit  = 1024
 	txLookupCacheLimit  = 1024
 	maxFutureBlocks     = 256
 	maxTimeFutureBlocks = 30
-- 
GitLab