Remove double default
Remove double default
This commit is contained in:
parent
8b77839d38
commit
e8570bd69c
@ -195,7 +195,7 @@
|
||||
|
||||
[Chainstore.Splitstore]
|
||||
# ColdStoreType specifies the type of the coldstore.
|
||||
# It can be "discard" (default) for discarding cold blocks, "messages" (default) to store only messages or "universal" to store all chain state..
|
||||
# It can be "discard" (default) for discarding cold blocks, "messages" to store only messages or "universal" to store all chain state..
|
||||
#
|
||||
# type: string
|
||||
# env var: LOTUS_CHAINSTORE_SPLITSTORE_COLDSTORETYPE
|
||||
|
@ -1302,7 +1302,7 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
|
||||
Type: "string",
|
||||
|
||||
Comment: `ColdStoreType specifies the type of the coldstore.
|
||||
It can be "discard" (default) for discarding cold blocks, "messages" (default) to store only messages or "universal" to store all chain state..`,
|
||||
It can be "discard" (default) for discarding cold blocks, "messages" to store only messages or "universal" to store all chain state..`,
|
||||
},
|
||||
{
|
||||
Name: "HotStoreType",
|
||||
|
@ -585,7 +585,7 @@ type Chainstore struct {
|
||||
|
||||
type Splitstore struct {
|
||||
// ColdStoreType specifies the type of the coldstore.
|
||||
// It can be "discard" (default) for discarding cold blocks, "messages" (default) to store only messages or "universal" to store all chain state..
|
||||
// It can be "discard" (default) for discarding cold blocks, "messages" to store only messages or "universal" to store all chain state..
|
||||
ColdStoreType string
|
||||
// HotStoreType specifies the type of the hotstore.
|
||||
// Only currently supported value is "badger".
|
||||
|
Loading…
Reference in New Issue
Block a user