garage: use 128M block_size

This commit is contained in:
cy 2025-03-20 19:44:45 -04:00
parent 31e8487a3f
commit 9400279feb
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -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;