From f621a0c152f05a3383ecd5f81b4d822f15486989 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:20:07 +0100 Subject: [PATCH] slowdisk --- bsc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bsc.yml b/bsc.yml index a650889f..953cda15 100644 --- a/bsc.yml +++ b/bsc.yml @@ -15,6 +15,7 @@ services: volumes: - bsc:/bsc/.ethereum - ./bsc/config:/bsc/config + - /slowdisk:/slowdisk entrypoint: geth command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 restart: unless-stopped