Skip to content

Commit

Permalink
chore: fix standalone mode
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Oct 14, 2024
1 parent 86b78a2 commit 9ce723a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/presets/standalone.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func standalone() config.Config {
conf.Sync.Interval = 3 * time.Second
conf.LayersPerEpoch = 10

conf.HARE3.Enable = true
conf.HARE3.PreroundDelay = 1 * time.Second
conf.HARE3.RoundDuration = 100 * time.Millisecond

Expand Down

0 comments on commit 9ce723a

Please sign in to comment.