new cache compression

This commit is contained in:
Danilo Reyes 2025-09-28 11:55:15 -06:00
parent 09d4aa5b25
commit c7a477404d

View File

@ -20,8 +20,8 @@ in
max-size = 256 * 1024; # 256 KiB
};
compression = {
type = "xz";
level = 16;
type = "zstd";
level = 8;
};
garbage-collection = {
interval = "7 days";