This commit is contained in:
goldsquid
2026-01-11 16:59:38 +07:00
parent eedcc5642e
commit db9b33fe89
12 changed files with 12 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
zircuit-mainnet-archive:
image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-v1.125.6}
image: ${ZIRCUIT_GETH_IMAGE:-zircuit1/l2-geth}:${ZIRCUIT_MAINNET_GETH_VERSION:-v1.125.6-nov26-hotfix-e2698405}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -58,7 +58,6 @@ services:
- ZIRCUIT_NETWORK=mainnet
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=archive