hydra: bayfront: Increase bordeaux nar cache max size.

As bayfront has more space now.

* hydra/bayfront.scm (%bayfront-nginx-service-extra-config): Increase
bordeaux nar cache max_size.
This commit is contained in:
Christopher Baines 2023-09-15 15:36:04 +01:00
parent f07f498a06
commit a5d4413ed7
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ proxy_cache_path /var/cache/nginx/bordeaux/nar
levels=2
inactive=28d # inactive keys removed after 28d
keys_zone=bordeaux-nar:64m
max_size=128g; # total cache data size max
max_size=1024g; # total cache data size max
"))
(define %common-tls-options