Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
50e3239f
Commit
50e3239f
authored
Dec 01, 2021
by
yxq
Committed by
vipwzw
Dec 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update toml
parent
e4ada1b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
chain33.toml
chain33.toml
+12
-1
No files found.
chain33.toml
View file @
50e3239f
...
...
@@ -95,6 +95,8 @@ maxConnectNum=100
disableFindLANPeers
=
false
# 配置为全节点模式,全节点保存所有分片数据
isFullNode
=
false
# 分片数据默认保存比例,最低可配置为10
percentage
=
30
[rpc]
jrpcBindAddr
=
"localhost:8801"
...
...
@@ -214,13 +216,16 @@ enableMemVal=true
tkCloseCacheLen
=
100000
[store.sub.kvmvccmavl]
# 开启该配置可以方便遍历最新的状态数据,节省磁盘空间可以关闭该配置项
enableMVCCIter
=
true
enableMavlPrefix
=
false
enableMVCC
=
false
enableMavlPrune
=
false
pruneMavlHeight
=
10000
# 开启该配置项会精简mvcc历史高度的数据,默认不精简
enableMVCCPrune
=
false
pruneMVCCHeight
=
10000
# 每次精简mvcc的间隔高度,默认每100w高度精简一次
pruneMVCCHeight
=
1000000
# 是否使能mavl数据载入内存
enableMemTree
=
true
# 是否使能mavl叶子节点数据载入内存
...
...
@@ -248,6 +253,12 @@ rescanMultisigAddr=false
enableStat
=
false
enableMVCC
=
false
alias
=
["token1:token","token2:token","token3:token"]
# 记录地址相关的交易列表,便于按地址查询交易
disableAddrIndex
=
false
# 记录每个高度总的手续费消耗量
disableFeeIndex
=
false
# 开启后会进一步精简localdb,用户查询合约功能会受影响,纯挖矿节点可以开启节省磁盘空间
disableExecLocal
=
false
[exec.sub.token]
saveTokenTxList
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment