diff options
author | Collin J. Doering | 2024-12-06 18:33:12 -0500 |
---|---|---|
committer | Collin J. Doering | 2024-12-06 18:36:45 -0500 |
commit | 4a1d1e43dd4565ec9e879b1095ffa9db45e8e3bc (patch) | |
tree | 8ed6647700743890680a4bc93a1e1514cb6f53cd /.guix/guix-na/config/balg02.scm | |
parent | ef89604b0632ce00d79a27d39d9a5ae726540d99 (diff) | |
download | guix-north-america-4a1d1e43dd4565ec9e879b1095ffa9db45e8e3bc.tar.gz |
balg02: Temporarily remove cache-bypass-threshold until guix has been updated
Diffstat (limited to '.guix/guix-na/config/balg02.scm')
-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) |