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
d81df34d
Commit
d81df34d
authored
Jun 30, 2021
by
袁兴强
Committed by
33cn
Jul 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config
parent
b81a7f3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
chain33.toml
chain33.toml
+4
-9
No files found.
chain33.toml
View file @
d81df34d
...
...
@@ -48,15 +48,15 @@ enablePushSubscribe=false
# 关闭分片存储,默认false为开启分片存储;平行链不需要分片需要修改此默认参数为true
disableShard
=
false
# 分片存储中每个大块包含的区块数
chunkblockNum
=
100
0
chunkblockNum
=
100
# 使能从P2pStore中获取数据
enableFetchP2pstore
=
fals
e
enableFetchP2pstore
=
tru
e
# 使能假设已删除已归档数据后,获取数据情况
enableIfDelLocalChunk
=
false
[p2p]
# p2p类型
types
=[
"dht"
,
"gossip"
]
types
=
["dht"]
# 是否启动P2P服务
enable
=
true
# 使用的数据库类型
...
...
@@ -86,12 +86,7 @@ maxConnectNum=100
# 禁止通过局域网发现节点
disableFindLANPeers
=
false
# 配置为全节点模式,全节点保存所有分片数据
isFullNode
=
true
# 若本节点不是全节点,则需要配置全节点地址,当在分片网络中查不到数据时,会到全节点上获取数据
# 格式: "/ip4/139.196.46.175/tcp/13803/p2p/16Uiu2HAkvnDRF8HQTTU5Uu5GmtbLDrgPxCwgVsn2QQ9VEU7Eiwjw"
fullNodes
=[]
isFullNode
=
false
[rpc]
jrpcBindAddr
=
"localhost:8801"
...
...
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