From 116719f98c83b737974c9aa2e326c1b9566bc6a5 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 13 Sep 2025 20:49:11 +0700 Subject: [PATCH] fix --- bsc/reth/bsc-mainnet-reth-archive-trace.yml | 1 + bsc/reth/bsc-mainnet-reth-pruned-trace.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/bsc/reth/bsc-mainnet-reth-archive-trace.yml b/bsc/reth/bsc-mainnet-reth-archive-trace.yml index c7b37293..fa1cd678 100644 --- a/bsc/reth/bsc-mainnet-reth-archive-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-archive-trace.yml @@ -54,6 +54,7 @@ services: ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} BUILD_OP_RETH: false + BUILD_BSC_RETH: true sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml index 1338d11c..f9d5e63f 100644 --- a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml @@ -54,6 +54,7 @@ services: ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} BUILD_OP_RETH: false + BUILD_BSC_RETH: true sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle