From 4a1d1e43dd4565ec9e879b1095ffa9db45e8e3bc Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Fri, 6 Dec 2024 18:33:12 -0500 Subject: balg02: Temporarily remove cache-bypass-threshold until guix has been updated --- .guix/guix-na/config/balg02.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index 642e396..269f26c 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -617,8 +617,7 @@ synonymous IETF language tags that should be mapped to the same $lang." (cuirass-configuration (host "localhost") (specifications %cuirass-specs) - (ttl (* 90 24 3600)) ; 90 days - (cache-bypass-threshold (* 150 MiB)))) + (ttl (* 90 24 3600)))) %nginx-cache-activation (service nginx-service-type %nginx-configuration) -- cgit v1.2.3