From e32704e7f6ab2cd3d97579d570e8c460638c7266 Mon Sep 17 00:00:00 2001 From: zenground0 Date: Tue, 8 Feb 2022 12:56:32 -0500 Subject: [PATCH] Update node doc gen --- node/config/doc_gen.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/config/doc_gen.go b/node/config/doc_gen.go index a0ead4532..79fcf7e43 100644 --- a/node/config/doc_gen.go +++ b/node/config/doc_gen.go @@ -244,7 +244,9 @@ before being assigned to a sector`, Name: "MakeNewSectorForDeals", Type: "bool", - Comment: `Whether new sectors are sealed to pack incoming deals`, + Comment: `Whether new sectors are created to pack incoming deals +When this is set to false no new sectors will be created for sealing incoming deals +This is useful for forcing all deals to be assigned as snap deals to sectors marked for upgrade`, }, { Name: "MaxDealStartDelay",