forked from DGNum/infrastructure
fix(atticd): Don't chunk NARs as garage does it automatically
This commit is contained in:
parent
e2de21ed18
commit
d3b7481188
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue