Skip to content

Commit

Permalink
Download speed limit options. smira/aptly#62
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jul 13, 2014
1 parent 7de608b commit da0e9f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -554,6 +554,7 @@ <h3>Configuration</h3>
<pre>{
"rootDir": "$HOME/.aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
"dependencyFollowSuggests": false,
"dependencyFollowRecommends": false,
Expand All @@ -575,6 +576,8 @@ <h3>Configuration</h3>
repositories (<code>rootDir/public</code>)</li>
<li> <code>downloadConcurrency</code> is a number of parallel download threads to
use when downloading packages</li>
<li> <code>downloadSpeedLimit</code> is a limit on download bandwidth used by aptly in
kbytes per second, 0 means unlimited</li>
<li> <code>architectures</code> is a list of architectures to process; if left empty
defaults to all available architectures; could be overridden with
option <code>-architectures</code>
Expand Down Expand Up @@ -839,6 +842,9 @@ <h4>Command <code>aptly mirror update</code></h4>
<p>Flags:</p>

<ul>
<li>
<code>-download-limit=0</code>: limit download speed (kbytes/sec)
</li>
<li>
<code>-ignore-checksums=false</code>: ignore checksum mismatches for downloaded items (packages file, metadata)
</li>
Expand Down

0 comments on commit da0e9f8

Please sign in to comment.