From dbfa00bac1a218843566cac01a8a2b82c4cfef7f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:46:43 +0100 Subject: [PATCH] update --- geth-mainnet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geth-mainnet.yml b/geth-mainnet.yml index e416dc57..27abf2e4 100644 --- a/geth-mainnet.yml +++ b/geth-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: geth-mainnet: - image: ethereum/client-go:v1.13.2 + image: ethereum/client-go:v1.13.11 expose: # HTTP server / GraphQL API - 8545 @@ -13,6 +13,8 @@ services: [ # Blockchain sync mode ("snap", "full" or "light") "--syncmode=snap", + "--state.scheme=path", + "--db.engine=pebble", "--port=49545", # Megabytes of memory allocated to internal caching "--cache=8192",