clarify that 0 is unlimited

This commit is contained in:
Anton Evangelatov 2021-09-06 17:07:19 +02:00
parent 0b7793a927
commit 9e2129338a
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ as a multiplier of the minimum collateral bound`,
Type: "int64",
Comment: `The maximum allowed disk usage size in bytes of staging deals not yet
passed to the sealing node by the markets service`,
passed to the sealing node by the markets service. 0 is unlimited.`,
},
{
Name: "SimultaneousTransfers",

View File

@ -127,7 +127,7 @@ type DealmakingConfig struct {
// as a multiplier of the minimum collateral bound
MaxProviderCollateralMultiplier uint64
// The maximum allowed disk usage size in bytes of staging deals not yet
// passed to the sealing node by the markets service
// passed to the sealing node by the markets service. 0 is unlimited.
MaxStagingDealsBytes int64
// The maximum number of parallel online data transfers (storage+retrieval)
SimultaneousTransfers uint64