diff options
author | Collin J. Doering | 2024-12-06 18:33:12 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-12-16 10:12:15 +0100 |
commit | 82729275da3483cbf06c2c428f4a5131828c84c1 (patch) | |
tree | 80aa5b9759376fe6185563e4086d4c395f2c7e88 | |
parent | 761390dc55cb5fa5c2dca42968389b98218209a1 (diff) | |
download | guix-north-america-82729275da3483cbf06c2c428f4a5131828c84c1.tar.gz |
balg02: Temporarily remove cache-bypass-threshold until guix has been updated
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 3 |
1 files changed, 1 insertions, 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) |