updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user