We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41c78a commit ac4ccd0Copy full SHA for ac4ccd0
relayer/chain/ethereum/receipt.go
@@ -11,7 +11,7 @@ import (
11
"golang.org/x/sync/errgroup"
12
)
13
14
-const receiptFetchBatchSize int = 100
+const receiptFetchBatchSize int = 10
15
16
// Fetch all receipts for the given block in batches of `receiptFetchBatchSize`
17
func GetAllReceipts(ctx context.Context, conn *Connection, block *etypes.Block) (etypes.Receipts, error) {
0 commit comments