From 8104a7d4ebaff4d1e1c16c53ccd0bec6c591f341 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 20 Feb 2023 15:27:21 -0300 Subject: [PATCH] =?UTF-8?q?comprimir=20squashfs=20menos=20para=20hacer=20m?= =?UTF-8?q?=C3=A1s=20r=C3=A1pido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 244a44b..4c4cd9d 100644 --- a/index.ts +++ b/index.ts @@ -69,7 +69,7 @@ socat tcp-listen:80,reuseaddr,fork tcp:localhost:3050 & "-comp", "zstd", "-Xcompression-level", - "3", + "1", "-noappend", "-quiet", ])