clarify that 0 is unlimited
This commit is contained in:
parent
0b7793a927
commit
9e2129338a
@ -257,7 +257,7 @@ as a multiplier of the minimum collateral bound`,
|
|||||||
Type: "int64",
|
Type: "int64",
|
||||||
|
|
||||||
Comment: `The maximum allowed disk usage size in bytes of staging deals not yet
|
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",
|
Name: "SimultaneousTransfers",
|
||||||
|
@ -127,7 +127,7 @@ type DealmakingConfig struct {
|
|||||||
// as a multiplier of the minimum collateral bound
|
// as a multiplier of the minimum collateral bound
|
||||||
MaxProviderCollateralMultiplier uint64
|
MaxProviderCollateralMultiplier uint64
|
||||||
// The maximum allowed disk usage size in bytes of staging deals not yet
|
// 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
|
MaxStagingDealsBytes int64
|
||||||
// The maximum number of parallel online data transfers (storage+retrieval)
|
// The maximum number of parallel online data transfers (storage+retrieval)
|
||||||
SimultaneousTransfers uint64
|
SimultaneousTransfers uint64
|
||||||
|
Loading…
Reference in New Issue
Block a user