fix gen.
This commit is contained in:
parent
be24acbfbe
commit
970f3eff69
Binary file not shown.
@ -709,7 +709,7 @@ Response:
|
|||||||
"ID": 3
|
"ID": 3
|
||||||
},
|
},
|
||||||
"SectorNumber": 9,
|
"SectorNumber": 9,
|
||||||
"CARv2FilePath": "string value"
|
"InboundCAR": "string value"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -125,6 +125,65 @@ and storage providers`,
|
|||||||
Comment: ``,
|
Comment: ``,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"DAGStoreConfig": []DocField{
|
||||||
|
{
|
||||||
|
Name: "TransientsDir",
|
||||||
|
Type: "string",
|
||||||
|
|
||||||
|
Comment: `Path to the transients directory. The transients directory caches
|
||||||
|
unsealed deals that have been fetched from the storage subsystem for
|
||||||
|
serving retrievals. When empty or omitted, the default value applies.
|
||||||
|
Default value: $LOTUS_MARKETS_PATH/dagStore/transients (split deployment)
|
||||||
|
or $LOTUS_MINER_PATH/dagStore/transients (monolith deployment)`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "IndexDir",
|
||||||
|
Type: "string",
|
||||||
|
|
||||||
|
Comment: `Path to indices directory. When empty or omitted, the default value applies.
|
||||||
|
Default value: $LOTUS_MARKETS_PATH/dagStore/index (split deployment)
|
||||||
|
or $LOTUS_MINER_PATH/dagStore/index (monolith deployment)`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "DatastoreDir",
|
||||||
|
Type: "string",
|
||||||
|
|
||||||
|
Comment: `Path to datastore directory. The datastore is a KV store tracking the
|
||||||
|
state of shards known to the DAG store.
|
||||||
|
Default value: $LOTUS_MARKETS_PATH/dagStore/datastore (split deployment)
|
||||||
|
or $LOTUS_MINER_PATH/dagStore/datastore (monolith deployment)`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "MaxConcurrentIndex",
|
||||||
|
Type: "int",
|
||||||
|
|
||||||
|
Comment: `The maximum amount of indexing jobs that can run simultaneously.
|
||||||
|
Default value: 5.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "MaxConcurrentReadyFetches",
|
||||||
|
Type: "int",
|
||||||
|
|
||||||
|
Comment: `The maximum amount of unsealed deals that can be fetched simultaneously
|
||||||
|
from the storage subsystem.
|
||||||
|
Default value: 2.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "MaxConcurrencyStorageCalls",
|
||||||
|
Type: "int",
|
||||||
|
|
||||||
|
Comment: `The maximum number of simultaneous inflight API calls to the storage
|
||||||
|
subsystem.
|
||||||
|
Default value: 100.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "GCIntervalMillis",
|
||||||
|
Type: "int",
|
||||||
|
|
||||||
|
Comment: `The number of milliseconds between calls to periodic dagstore GC.
|
||||||
|
Default value: 60000 (60 seconds = 1 minute).`,
|
||||||
|
},
|
||||||
|
},
|
||||||
"DealmakingConfig": []DocField{
|
"DealmakingConfig": []DocField{
|
||||||
{
|
{
|
||||||
Name: "ConsiderOnlineStorageDeals",
|
Name: "ConsiderOnlineStorageDeals",
|
||||||
@ -753,6 +812,12 @@ Default is 20 (about once a week).`,
|
|||||||
Name: "Addresses",
|
Name: "Addresses",
|
||||||
Type: "MinerAddressConfig",
|
Type: "MinerAddressConfig",
|
||||||
|
|
||||||
|
Comment: ``,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "DAGStore",
|
||||||
|
Type: "DAGStoreConfig",
|
||||||
|
|
||||||
Comment: ``,
|
Comment: ``,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user