Skip to content

Commit

Permalink
add maxwasmworkers option for test harness (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Mar 15, 2023
1 parent 1e5ab3b commit c9d4430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type AdvancedOptions struct {
// Can be set to -1 to disable pre-allocated memory blocks entirely.
// This takes \sum_{k=5}^{n+5} 2^k memory usage
MaxMemoryAllocationBuckets int
MaxWasmWorkers int
}

type DVCOptions struct {
Expand Down

0 comments on commit c9d4430

Please sign in to comment.