Skip to content

Commit

Permalink
Increase default value buffer size to enable time estimation for larg…
Browse files Browse the repository at this point in the history
…er word lists
  • Loading branch information
rtpt-erikgeiser committed Sep 27, 2023
1 parent 3ddca2d commit 53e86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fuzz/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

const (
defaultNumberOfThreads = 5
defaultBufferSize = 100000
defaultBufferSize = 200000
)

// Options collect options for a run.
Expand Down

0 comments on commit 53e86b6

Please sign in to comment.