mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +00:00
chg: change gas target
This commit is contained in:
parent
55d85bd716
commit
a418e6a6c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linuxpackage.yml
vendored
2
.github/workflows/linuxpackage.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
DATA_DIR=/etc/bor/dataDir
|
DATA_DIR=/etc/bor/dataDir
|
||||||
|
|
||||||
args="/usr/bin/bor --datadir $DATA_DIR --port '30303' --rpc --rpcaddr '0.0.0.0' --rpcvhosts '*' --rpccorsdomain '*' --rpcport '8545' --ipcpath /etc/bor/bor.ipc --rpcapi 'db,eth,net,web3,txpool,bor' --networkid $NETWORK_ID --miner.gaslimit '20000000' --txpool.nolocals --txpool.accountslots '128' --txpool.globalslots '20000' --txpool.lifetime '0h16m0s' "
|
args="/usr/bin/bor --datadir $DATA_DIR --port '30303' --rpc --rpcaddr '0.0.0.0' --rpcvhosts '*' --rpccorsdomain '*' --rpcport '8545' --ipcpath /etc/bor/bor.ipc --rpcapi 'db,eth,net,web3,txpool,bor' --networkid $NETWORK_ID --miner.gaslimit '200000000' --miner.gastarget '20000000' --txpool.nolocals --txpool.accountslots '128' --txpool.globalslots '20000' --txpool.lifetime '0h16m0s' "
|
||||||
|
|
||||||
if [[ $NODE_TYPE == 'validator' ]]; then
|
if [[ $NODE_TYPE == 'validator' ]]; then
|
||||||
args+="--keystore $DATA_DIR/keystore \
|
args+="--keystore $DATA_DIR/keystore \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue