From 1c5826e999fcd174d6f3e1ddce04ab15d0108970 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 29 Dec 2020 09:47:45 -0800 Subject: [PATCH] CI: Decrease zopfli iterations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8464618..f2c5c3e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT) OUTPUT_DIR = public RSYNCFLAGS += -rlvz --zc=zstd -ZOPFLI_ITERATIONS=1200 # max compression +ZOPFLI_ITERATIONS=500 # max compression .PHONY: hugo hugo: clean