summaryrefslogtreecommitdiffstats
path: root/yum-fast-downloader.conf
diff options
context:
space:
mode:
authorHedayat Vatankhah <hedayat.fwd@gmail.com>2011-05-13 14:02:17 +0430
committerHedayat Vatankhah <hedayat.fwd@gmail.com>2011-05-13 14:02:17 +0430
commit15834cea18aac82ea9f6c7a88ec0063ae075e140 (patch)
tree4d8e2d3a3662a94c12fc1d3cdd3ff056cfed0a21 /yum-fast-downloader.conf
parent8b9f59673067cfa9ac52fbead70d37d8e5b2aa77 (diff)
downloadyum-fast-downloader-15834cea18aac82ea9f6c7a88ec0063ae075e140.tar.gz
yum-fast-downloader-15834cea18aac82ea9f6c7a88ec0063ae075e140.tar.xz
yum-fast-downloader-15834cea18aac82ea9f6c7a88ec0063ae075e140.zip
Add new options for aria2-1.11
* Add min split size option with the default at 1M * Add max connection per server with 5 as default
Diffstat (limited to 'yum-fast-downloader.conf')
-rw-r--r--yum-fast-downloader.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/yum-fast-downloader.conf b/yum-fast-downloader.conf
index 9d8840a..0393122 100644
--- a/yum-fast-downloader.conf
+++ b/yum-fast-downloader.conf
@@ -4,3 +4,6 @@ enabled=1
# Options controlling the behavior:
#
# max-concurrent-downloads=10
+# min_split_size=1M
+# max_connection_per_server=5
+#