This commit is contained in:
goldsquid
2025-06-27 13:46:56 +07:00
parent 33b6ada9e5
commit 4a90d75098
87 changed files with 107 additions and 94 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
bsc-chapel:
image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_CHAPEL_BSC_VERSION:-1.5.16}
image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_CHAPEL_BSC_VERSION:-1.5.17}
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:
bsc-mainnet:
image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_MAINNET_BSC_VERSION:-1.5.16}
image: ${BSC_BSC_IMAGE:-ghcr.io/bnb-chain/bsc}:${BSC_MAINNET_BSC_VERSION:-1.5.17}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -82,6 +82,7 @@ services:
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --torrent.download.rate=${BSC_CHAPEL_ERIGON3_ARCHIVE_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -82,6 +82,7 @@ services:
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --torrent.download.rate=${BSC_CHAPEL_ERIGON3_MINIMAL_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -82,6 +82,7 @@ services:
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --torrent.download.rate=${BSC_CHAPEL_ERIGON3_PRUNED_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -82,6 +82,7 @@ services:
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --torrent.download.rate=${BSC_MAINNET_ERIGON3_ARCHIVE_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -82,6 +82,7 @@ services:
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --torrent.download.rate=${BSC_MAINNET_ERIGON3_MINIMAL_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -82,6 +82,7 @@ services:
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000
- --sync.loop.block.limit=10000
- --torrent.download.rate=${BSC_MAINNET_ERIGON3_PRUNED_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --ws
- --ws.port=8545
restart: unless-stopped