Commit 40abf871 authored by liuyuhang's avatar liuyuhang Committed by vipwzw

add enableReduceLocaldb config to toml

parent e4160511
......@@ -42,6 +42,8 @@ isParaChain = true
enableTxQuickIndex=true
# 升级storedb是否重新执行localdb,bityuan主链升级不需要开启,平行链升级需要开启
enableReExecLocal=true
# 使能精简localdb
enableReduceLocaldb=false
[p2p]
seeds=[]
......
......@@ -40,6 +40,8 @@ isRecordBlockSequence=true
isParaChain=false
enableTxQuickIndex=true
enableReExecLocal=true
# 使能精简localdb
enableReduceLocaldb=true
[p2p]
seeds=[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment