2009-05-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented max-concurrent-downloads of changeGlobalOption method
	in man page.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-05-30 14:29:54 +00:00
parent a9189ee7d9
commit abdb6249bf
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2009-05-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented max-concurrent-downloads of changeGlobalOption method
in man page.
* doc/aria2c.1.txt
2009-05-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added max-concurrent-downloads option to changeGlobalOption

View File

@ -2223,7 +2223,7 @@ This method changes options of the download denoted by \fIgid\fR dynamically\&.
.sp
\fBaria2\&.changeGlobalOption\fR \fIoptions\fR
.sp
This method changes global options dynamically\&. \fIoptions\fR is of type struct and the available options are \fBmax\-overall\-download\-limit\fR and \fBmax\-overall\-upload\-limit\fR\&. This method returns "OK" for success\&.
This method changes global options dynamically\&. \fIoptions\fR is of type struct and the available options are \fBmax\-concurrent\-downloads\fR, \fBmax\-overall\-download\-limit\fR and \fBmax\-overall\-upload\-limit\fR\&. This method returns "OK" for success\&.
.sp
\fBaria2\&.purgeDownloadResult\fR
.sp

View File

@ -2689,8 +2689,9 @@ and the available options are <strong>max-download-limit</strong> and <strong>ma
This method returns "OK" for success.</p></div>
<div class="paragraph"><p><strong>aria2.changeGlobalOption</strong> <em>options</em></p></div>
<div class="paragraph"><p>This method changes global options dynamically. <em>options</em> is of type
struct and the available options are <strong>max-overall-download-limit</strong> and
<strong>max-overall-upload-limit</strong>. This method returns "OK" for success.</p></div>
struct and the available options are <strong>max-concurrent-downloads</strong>,
<strong>max-overall-download-limit</strong> and <strong>max-overall-upload-limit</strong>. This
method returns "OK" for success.</p></div>
<div class="paragraph"><p><strong>aria2.purgeDownloadResult</strong></p></div>
<div class="paragraph"><p>This method purges completed/error/removed downloads to free memory.
This method returns "OK".</p></div>
@ -3146,7 +3147,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2009-05-31 07:57:09 JST
Last updated 2009-05-30 23:11:48 JST
</div>
</div>
</body>

View File

@ -1231,8 +1231,9 @@ This method returns "OK" for success.
*aria2.changeGlobalOption* 'options'
This method changes global options dynamically. 'options' is of type
struct and the available options are *max-overall-download-limit* and
*max-overall-upload-limit*. This method returns "OK" for success.
struct and the available options are *max-concurrent-downloads*,
*max-overall-download-limit* and *max-overall-upload-limit*. This
method returns "OK" for success.
*aria2.purgeDownloadResult*