Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pike1212 committed Apr 28, 2020
1 parent 4839e19 commit 61aa1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/mutate/mutator_hydrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewMutatorHydrator(c configuration.Provider, d mutatorHydratorDependencies)
// This will hold about 1000 unique mutation responses.
NumCounters: 10000,
// Allocate a max of 32MB
MaxCost: 1 << 25,
MaxCost: 1 << 25,
// This is a best-practice value.
BufferItems: 64,
})
Expand Down

0 comments on commit 61aa1e4

Please sign in to comment.