attempts to make garage and attic faster

This commit is contained in:
cy 2025-03-17 00:14:49 -04:00
parent ffd7dc5ae6
commit a22868f049
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 20 additions and 8 deletions

View file

@ -16,7 +16,7 @@
db_engine = "lmdb";
disable_scrub = true;
block_size = "10M";
compression_level = 3;
compression_level = "none";
};
environmentFile = config.sops.secrets."garage/env".path;
};