Skip to content

Commit

Permalink
syncservice: reduce headercache size to 32 (ethereum#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Jan 15, 2021
1 parent 8cf7ba6 commit af6480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/sync_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/ethereum/go-ethereum/rpc"
)

const headerCacheSize = 2048
const headerCacheSize = 32

// Interface used for communicating with Ethereum 1 nodes
type EthereumClient interface {
Expand Down

0 comments on commit af6480b

Please sign in to comment.