fix(atticd): Don't chunk NARs as garage does it automatically

This commit is contained in:
Tom Hubrecht 2024-05-21 09:24:01 +02:00
parent e2de21ed18
commit d3b7481188

View file

@ -21,7 +21,7 @@ in
#
# If 0, chunking is disabled entirely for newly-uploaded NARs.
# If 1, all NARs are chunked.
nar-size-threshold = 64 * 1024; # 64 KiB
nar-size-threshold = 0; # 64 KiB
# The preferred minimum size of a chunk, in bytes
min-size = 16 * 1024; # 16 KiB