[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: berlin: Disable gzip compression for substitutes.
From: |
Maxim Cournoyer |
Subject: |
01/02: berlin: Disable gzip compression for substitutes. |
Date: |
Thu, 3 Mar 2022 13:26:39 -0500 (EST) |
apteryx pushed a commit to branch master
in repository maintenance.
commit f49b15274ea2ed84bca18a40b855ff7dcd1a31a0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 3 13:17:31 2022 -0500
berlin: Disable gzip compression for substitutes.
* hydra/modules/sysadmin/services.scm (frontend-services): Remove gzip
from the list of supported compression types.
---
hydra/modules/sysadmin/services.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index d8ab02f..18161cc 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -581,9 +581,7 @@ to a selected directory.")
;;
<https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00097.html>
;; for the compression ratio/decompression speed
;; tradeoffs.
- ;; TODO: Eventually, disable gzip, as discussed at
- ;;
<https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00333.html>.
- (compression '(("gzip" 9) ("lzip" 9) ("zstd" 19)))
+ (compression '(("lzip" 9) ("zstd" 19)))
(cache-bypass-threshold cache-bypass-threshold)
(workers publish-workers)))