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",
|
||||
|
||||
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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user