This commit is contained in:
goldsquid
2025-08-01 17:49:44 +07:00
parent 9448d5b50e
commit 68aa5c73f8
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ services:
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git} RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git}
ARCH_TARGET: ${ARCH_TARGET:-native} ARCH_TARGET: ${ARCH_TARGET:-native}
PROFILE: ${RETH_BUILD_PROFILE:-maxperf} PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
BUILD_OP_RETH: true BUILD_BASE_RETH: true
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -40,7 +40,7 @@ services:
RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git} RETH_REPO: ${BASE_MAINNET_RETH_REPO:-https://github.com/base/node-reth.git}
ARCH_TARGET: ${ARCH_TARGET:-native} ARCH_TARGET: ${ARCH_TARGET:-native}
PROFILE: ${RETH_BUILD_PROFILE:-maxperf} PROFILE: ${RETH_BUILD_PROFILE:-maxperf}
BUILD_OP_RETH: true BUILD_BASE_RETH: true
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle