This commit is contained in:
Shrenuj Bansal 2023-08-16 11:13:52 -04:00
parent cdf90b83ed
commit a249f96341
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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",