Skip to content

Commit

Permalink
added suggestion from ilikenwf#54
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwooley committed Jul 18, 2014
1 parent 2fec38f commit 369047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-fast
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ endColor='\e[0m'
APT_FAST_TIMEOUT=60

# Download command.
_DOWNLOADER='aria2c -c -j ${_MAXNUM} -i ${DLLIST} --connect-timeout=600 --timeout=600 -m0'
_DOWNLOADER='aria2c -j 8 -k 2M -s 8 -x 8 -c -j ${_MAXNUM} -i ${DLLIST} --connect-timeout=600 --timeout=600 -m0'

# Load config file.
CONFFILE="/etc/apt-fast.conf"
Expand Down

0 comments on commit 369047f

Please sign in to comment.