diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index 00a7b4e..6c1f9f7 100644 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -14,7 +14,6 @@ set -- "geth" \ --datadir "${APP_ROOT}/var" \ --config "${APP_ROOT}/etc/config.toml" \ - --cache 66560 \ --history.transactions=0 \ --syncmode=full \ --tries-verify-mode=local \