fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
bsc-chapel:
|
||||
image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.8}
|
||||
image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.8}
|
||||
sysctls:
|
||||
net.ipv4.tcp_slow_start_after_idle: 0
|
||||
net.ipv4.tcp_no_metrics_save: 1
|
||||
@@ -26,19 +26,6 @@ services:
|
||||
- --gcmode=full
|
||||
- --rpc.gascap=600000000
|
||||
- --nat=extip:${IP}
|
||||
- --miner.gasprice=1000000000
|
||||
- --txpool.nolocals
|
||||
- --txpool.journal=transactions.rlp
|
||||
- --txpool.pricelimit=1000000000
|
||||
- --txpool.pricebump=10
|
||||
- --txpool.accountslots=200
|
||||
- --txpool.globalslots=8000
|
||||
- --txpool.accountqueue=200
|
||||
- --txpool.globalqueue=4000
|
||||
- --gpo.blocks=20
|
||||
- --history.transactions=0
|
||||
- --gpo.percentile=60
|
||||
- --ipcpath=geth.ipc
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.port=8545
|
||||
|
||||
Reference in New Issue
Block a user