increase download buffer size

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 14:13:52 -05:00
parent 4896f70f9e
commit 95ecff0f1c

View file

@ -92,6 +92,7 @@ in
# Fallback quickly if substituters are not available. # Fallback quickly if substituters are not available.
connect-timeout = 5; connect-timeout = 5;
download-attempts = 3; download-attempts = 3;
download-buffer-size = 524288000; # default is 67108864, this increases to ~500MB
# The default at 10 is rarely enough. # The default at 10 is rarely enough.
log-lines = 50; log-lines = 50;
# Avoid disk full issues # Avoid disk full issues