You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got really excited when I saw this option, but it appears to be an invalid flag.
Is "throttle" implemented in any way in postcli?
`type InitOpts struct {
DataDir string
NumUnits uint32
MaxFileSize uint64
ProviderID *uint32
Throttle bool
Scrypt ScryptParams
// ComputeBatchSize must be greater than 0
ComputeBatchSize uint64
// Index of the first file to init (inclusive)
FromFileIdx int
// Index of the last file to init (inclusive). Will init to the end of declared space if not provided.
ToFileIdx *int
}`
The text was updated successfully, but these errors were encountered:
I got really excited when I saw this option, but it appears to be an invalid flag.
Is "throttle" implemented in any way in postcli?
`type InitOpts struct {
DataDir string
NumUnits uint32
MaxFileSize uint64
ProviderID *uint32
Throttle bool
Scrypt ScryptParams
// ComputeBatchSize must be greater than 0
ComputeBatchSize uint64
}`
The text was updated successfully, but these errors were encountered: