Update links

Chocobo1 2018-04-27 13:31:04 +08:00
parent 46a1234ed4
commit e5f69d7533
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 5 additions and 5 deletions

@ -91,7 +91,7 @@ For those of you whose internet connectivity is limited during specific hours (f
* '''Enable anonymous mode''' - in simple terms, qBittorrent tries to maintain a certain degree of anonymity while using this function. Detailed explanation [[Anonymous-Mode|here]].
== Torrent Queuing ==
These options allow you to control the number of torrents being downloaded and uploaded. Refer to the documentation [http://www.rasterbar.com/products/libtorrent/manual.html here] for information on ''slow torrents''.
These options allow you to control the number of torrents being downloaded and uploaded. Refer to the documentation [https://www.libtorrent.org/single-page-ref.html#queuing here] for information on ''slow torrents''.
== Share Ratio Limiting ==
Here, you can configure to what ratio (amount uploaded/amount downloaded) the torrent should be seeded. You can also configure on whether you want them to be paused or removed after this.

@ -218,7 +218,7 @@ Property | Type | Description
`max_active_downloads` | integer | Maximum number of active simultaneous downloads
`max_active_torrents` | integer | Maximum number of active simultaneous downloads and uploads
`max_active_uploads` | integer | Maximum number of active simultaneous uploads
`dont_count_slow_torrents` | bool | If true torrents w/o any activity (stalled ones) will not be counted towards `max_active_*` limits; see [dont_count_slow_torrents](http://www.rasterbar.com/products/libtorrent/manual.html#session-customization) for more information
`dont_count_slow_torrents` | bool | If true torrents w/o any activity (stalled ones) will not be counted towards `max_active_*` limits; see [dont_count_slow_torrents](https://www.libtorrent.org/reference-Settings.html#dont_count_slow_torrents) for more information
`max_ratio_enabled` `API3` | bool | True if share ratio limit is enabled
`max_ratio` `API3` | float | Get the global share ratio limit
`max_ratio_act` `API3` | bool | Action performed when a torrent reaches the maximum share ratio. See list of possible values here below.

@ -389,7 +389,7 @@ where
`max_active_downloads` - maximum number of active simultaneous downloads<br/>
`max_active_torrents` - maximum number of active simultaneous downloads and uploads<br/>
`max_active_uploads` - maximum number of active simultaneous uploads<br/>
`dont_count_slow_torrents` - if true torrents w/o any activity (stalled ones) will not be counted towards `max_active_*` limits; see [dont_count_slow_torrents](http://www.rasterbar.com/products/libtorrent/manual.html#session-customization) for more information<br/>
`dont_count_slow_torrents` - if true torrents w/o any activity (stalled ones) will not be counted towards `max_active_*` limits; see [dont_count_slow_torrents](https://www.libtorrent.org/reference-Settings.html#dont_count_slow_torrents) for more information<br/>
`incomplete_files_ext` - if true `.!qB` extension will be appended to incomplete files<br/>
`listen_port` - port for incoming connections<br/>
`upnp` - true if UPnP/NAT-PMP is enabled<br/>
@ -1041,4 +1041,4 @@ The following WebUI-related bugs exist in qBittorent v3.0.8 and lower:
* `'` and `&` (apostrophe and ampersand) characters are escaped by backslash `\`
1. JSON parsing bugs
* When [setting qBittorent preferences](#setpref) JSON values, containing `:` semicolons will be disregarded; this mostly affects Windows users, whose paths start with `DiskName:\`
* When [setting qBittorent preferences](#setpref) JSON bool lists (e.g. `"download_in_scan_dirs":[false,true]`) will be treated as all bool values in the list are `false`, this doesn't affect bool values outside JSON lists
* When [setting qBittorent preferences](#setpref) JSON bool lists (e.g. `"download_in_scan_dirs":[false,true]`) will be treated as all bool values in the list are `false`, this doesn't affect bool values outside JSON lists

@ -632,7 +632,7 @@ Property | Type | Description
`max_active_downloads` | integer | Maximum number of active simultaneous downloads
`max_active_torrents` | integer | Maximum number of active simultaneous downloads and uploads
`max_active_uploads` | integer | Maximum number of active simultaneous uploads
`dont_count_slow_torrents` | bool | If true torrents w/o any activity (stalled ones) will not be counted towards `max_active_*` limits; see [dont_count_slow_torrents](http://www.rasterbar.com/products/libtorrent/manual.html#session-customization) for more information
`dont_count_slow_torrents` | bool | If true torrents w/o any activity (stalled ones) will not be counted towards `max_active_*` limits; see [dont_count_slow_torrents](https://www.libtorrent.org/reference-Settings.html#dont_count_slow_torrents) for more information
`max_ratio_enabled` `API3` | bool | True if share ratio limit is enabled
`max_ratio` `API3` | float | Get the global share ratio limit
`max_ratio_act` `API3` | bool | Action performed when a torrent reaches the maximum share ratio. See list of possible values here below.