From b8c838d1fb13eed47603e083d354fdd8f4fff2b8 Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Mon, 27 Apr 2020 22:30:08 +0200 Subject: [PATCH] refactor: increase highestWastedBytes to 30MB --- .dive-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dive-ci b/.dive-ci index 7d4912e7..cc330f43 100644 --- a/.dive-ci +++ b/.dive-ci @@ -1,5 +1,5 @@ # https://github.com/wagoodman/dive#ci-integration rules: lowestEfficiency: 0.95 - highestWastedBytes: 25MB + highestWastedBytes: 30MB highestUserWastedPercent: 0.20