From 760ee5ea751d4d36186e27581a895e729bf42b6c Mon Sep 17 00:00:00 2001 From: zefie Date: Sat, 7 Aug 2021 21:44:08 -0400 Subject: [PATCH] set compression default to on for test branch --- zefie_wtvp_minisrv/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/config.json b/zefie_wtvp_minisrv/config.json index b32aae9c..1df5fb84 100644 --- a/zefie_wtvp_minisrv/config.json +++ b/zefie_wtvp_minisrv/config.json @@ -14,7 +14,7 @@ "post_percentages": [ 0, 25, 50, 100 ], "verbosity": 2, "error_log_file": "errors.log", - "enable_lzpf_compression": false + "enable_lzpf_compression": true }, "services": { "wtv-head-waiter": {