From 61aa1e425631bf740d90f68ec8ece2497204fe20 Mon Sep 17 00:00:00 2001 From: Chris Pike Date: Tue, 28 Apr 2020 10:09:43 -0400 Subject: [PATCH] format --- pipeline/mutate/mutator_hydrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/mutate/mutator_hydrator.go b/pipeline/mutate/mutator_hydrator.go index 5663a36cad..65b902bba9 100644 --- a/pipeline/mutate/mutator_hydrator.go +++ b/pipeline/mutate/mutator_hydrator.go @@ -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, })