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

@ -21,7 +21,7 @@ in
allowed-hosts = [ "cache.cy7.sh" ];
require-proof-of-possession = false;
compression = {
type = "zstd";
type = "none";
level = 3;
};
database.url = "postgresql:///atticd?host=/run/postgresql";