fix: Update node config docs

This commit is contained in:
Mike Greenberg 2021-07-23 21:05:50 -04:00
parent 64d2b7a122
commit e68c59f984

View File

@ -562,6 +562,14 @@ Note that setting this number too high in relation to deal ingestion rate may re
Comment: `Upper bound on how many sectors can be sealing at the same time when creating new sectors with deals (0 = unlimited)`,
},
{
Name: "CommittedCapacitySectorLifetime",
Type: "Duration",
Comment: `CommittedCapacitySectorLifetime is the duration a Committed Capacity (CC) sector will
live before it must be extended or converted into sector containing deals before it is
terminated. Value must be between 180-540 days inclusive`,
},
{
Name: "WaitDealsDelay",
Type: "Duration",