attic: try prefetching 16 chunks

This commit is contained in:
cy 2025-03-17 21:48:16 -04:00
parent 7abc876925
commit 5fe0d169db
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
final: prev: {
attic-server = prev.attic-server.overrideAttrs {
patches = [
./prefetch-32-chunks.patch
./prefetch-N-chunks.patch
];
};
}