post icon indicating copy to clipboard operation
post copied to clipboard

postcli -throttle?

Open kcsf opened this issue 1 year ago • 0 comments

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

}`

kcsf avatar Jul 10 '24 13:07 kcsf