This commit is contained in:
goldsquid
2026-06-07 13:03:08 +07:00
parent 2a194909da
commit 86d0f53569
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
taiko-alethia-reth:
image: ${TAIKO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TAIKO_ALETHIA_RETH_VERSION:-v2.2.0}
image: ${TAIKO_RETH_IMAGE:-us-docker.pkg.dev/evmchain/images/taiko-reth}:${TAIKO_ALETHIA_RETH_VERSION:-v1.1.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
taiko-alethia-reth-pruned:
image: ${TAIKO_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${TAIKO_ALETHIA_RETH_VERSION:-v2.2.0}
image: ${TAIKO_RETH_IMAGE:-us-docker.pkg.dev/evmchain/images/taiko-reth}:${TAIKO_ALETHIA_RETH_VERSION:-v1.1.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle