From 9400279febe41d5283e377fdff61196d4416e2e2 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 20 Mar 2025 19:44:45 -0400 Subject: [PATCH] garage: use 128M block_size --- hosts/chunk/garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chunk/garage.nix b/hosts/chunk/garage.nix index 81b4af3..6a25df2 100644 --- a/hosts/chunk/garage.nix +++ b/hosts/chunk/garage.nix @@ -15,7 +15,7 @@ replication_factor = 1; db_engine = "lmdb"; disable_scrub = true; - block_size = "10M"; + block_size = "128M"; compression_level = "none"; }; environmentFile = config.sops.secrets."garage/env".path;