lowered compression rate

This commit is contained in:
Danilo Reyes 2025-10-29 01:57:21 -06:00
parent 11075969f2
commit 15f998179d

View File

@ -26,7 +26,7 @@ in
}; };
compression = { compression = {
type = "zstd"; type = "zstd";
level = 8; level = 3;
}; };
garbage-collection = { garbage-collection = {
interval = "7 days"; interval = "7 days";