mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
✨ Configure attic compression and garbage-collection
This commit is contained in:
parent
229b768537
commit
f5e5adb2fd
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@ in {
|
|||
avg-size = 64 * 1024; # 64 KiB
|
||||
max-size = 256 * 1024; # 256 KiB
|
||||
};
|
||||
|
||||
compression = {
|
||||
type = "zstd";
|
||||
level = 12;
|
||||
};
|
||||
|
||||
garbage-collection.interval = "8 hours";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue