Skip to content

Commit

Permalink
make sync mode full to avoid race condition (ethereum#305)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
  • Loading branch information
liam-lai and Liam Lai authored Aug 7, 2023
1 parent 379ab9c commit 7155e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/devnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ echo "Starting nodes with $bootnodes ..."
# Note: --gcmode=archive means node will store all historical data. This will lead to high memory usage. Only needed if you need the node to perform historical operations
XDC --ethstats ${netstats} --gcmode=full \
--nat extip:${INSTANCE_IP} \
--bootnodes ${bootnodes} --syncmode fast \
--bootnodes ${bootnodes} --syncmode full \
--datadir /work/xdcchain --networkid 551 \
-port 30303 --rpc --rpccorsdomain "*" --rpcaddr 0.0.0.0 \
--rpcport 8545 \
Expand Down

0 comments on commit 7155e72

Please sign in to comment.