From defa7be6049d91160d5ea8cf03f951c19bc94c64 Mon Sep 17 00:00:00 2001 From: zefie Date: Thu, 9 Sep 2021 20:42:45 -0400 Subject: [PATCH] enable lzpf compression by default --- 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 b47c8788..794a1f3c 100644 --- a/zefie_wtvp_minisrv/config.json +++ b/zefie_wtvp_minisrv/config.json @@ -17,7 +17,7 @@ "post_data_socket_timeout": 30, "error_log_file": "errors.log", "catchall_file_name": "catchall.js", - "enable_lzpf_compression": false, + "enable_lzpf_compression": true, "enable_gzip_compression": true, "pc_server_hidden_service": "http_pc", "pc_server_hidden_service_enabled": false,