2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

berlin: Disable gzip compression for substitutes.

* hydra/modules/sysadmin/services.scm (frontend-services): Remove gzip
from the list of supported compression types.
This commit is contained in:
Maxim Cournoyer 2022-03-03 13:17:31 -05:00
parent f385394955
commit f49b15274e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)))