attic: disable chunking

This commit is contained in:
cy 2025-01-06 00:23:00 -05:00
parent 1fc9c1fd2c
commit 5b52fa03ce

View file

@ -23,7 +23,7 @@
};
chunking = {
nar-size-threshold = 128 * 1024 * 1024;
nar-size-threshold = 0; # disables chunking
min-size = 64 * 1024 * 1024;
avg-size = 128 * 1024 * 1024;
max-size = 256 * 1024 * 1024;