Skip to content

Commit

Permalink
use default for fastnet
Browse files Browse the repository at this point in the history
  • Loading branch information
countvonzero committed Jul 22, 2023
1 parent 45b5fbe commit b3b59a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/presets/fastnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func fastnet() config.Config {
conf.SMESHING.Opts.Throttle = true
// Override proof of work flags to use light mode (less memory intensive)
conf.SMESHING.ProvingOpts.Flags = postCfg.RecommendedPowFlags()
conf.SMESHING.ProvingOpts.Nonces = 16
conf.SMESHING.ProvingOpts.Threads = 1

conf.Beacon.Kappa = 40
conf.Beacon.Theta = big.NewRat(1, 4)
Expand Down

0 comments on commit b3b59a3

Please sign in to comment.