increase download buffer size
This commit is contained in:
parent
4896f70f9e
commit
95ecff0f1c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue