make gen
This commit is contained in:
parent
cdf90b83ed
commit
a249f96341
@ -145,6 +145,10 @@
|
||||
# env var: LOTUS_SUBSYSTEMS_ENABLEMARKETS
|
||||
#EnableMarkets = false
|
||||
|
||||
# When enabled, the sector index will reside in an external database
|
||||
# as opposed to the local KV store in the miner process
|
||||
# This is useful to allow workers to bypass the lotus miner to access sector information
|
||||
#
|
||||
# type: bool
|
||||
# env var: LOTUS_SUBSYSTEMS_ENABLESECTORINDEXDB
|
||||
#EnableSectorIndexDB = false
|
||||
|
@ -751,7 +751,9 @@ over the worker address if this flag is set.`,
|
||||
Name: "EnableSectorIndexDB",
|
||||
Type: "bool",
|
||||
|
||||
Comment: ``,
|
||||
Comment: `When enabled, the sector index will reside in an external database
|
||||
as opposed to the local KV store in the miner process
|
||||
This is useful to allow workers to bypass the lotus miner to access sector information`,
|
||||
},
|
||||
{
|
||||
Name: "SealerApiInfo",
|
||||
|
Loading…
Reference in New Issue
Block a user