From 62b17c1822a869d261adf9f67817204b64d2758c Mon Sep 17 00:00:00 2001 From: RamiBerm Date: Thu, 15 Jul 2021 09:08:43 +0300 Subject: [PATCH] Update tap.go --- cli/cmd/tap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/cmd/tap.go b/cli/cmd/tap.go index 9418e9a05..c4c5802d8 100644 --- a/cli/cmd/tap.go +++ b/cli/cmd/tap.go @@ -50,7 +50,6 @@ Supported protocols are HTTP and gRPC.`, return errors.New(fmt.Sprintf("%s is not a valid regex %s", args[0], err)) } - mizuTapOptions.MaxEntriesDBSizeBytes = 200 * 1000 * 1000 mizuTapOptions.MaxEntriesDBSizeBytes, err = units.HumanReadableToBytes(humanMaxEntriesDBSize) if err != nil { return errors.New(fmt.Sprintf("Could not parse --max-entries-db-size value %s", humanMaxEntriesDBSize))