Skip to content

Commit

Permalink
Replace opts.NumFiles with opts.MaxFileSize (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshababo authored Dec 16, 2022
1 parent 51db8ae commit 64befaa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions release/go/spacemesh/v1/smesher_types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spacemesh/v1/smesher_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ message PostSetupComputeProvider {
message PostSetupOpts {
string data_dir = 1; // User provided path to create the setup data files at
uint32 num_units = 2; // Number of Post data units to generate
uint32 num_files = 3; // Number of files to equally distribute the data among
uint64 max_file_size = 3; // Max size in bytes of a single file within the data files
uint32 compute_provider_id = 4; // A `PostSetupComputeProvider` id
bool throttle = 5; // Throttle down setup phase computations while user is interactive on system
}
Expand Down

0 comments on commit 64befaa

Please sign in to comment.