diff --git a/Explanation-of-Options-in-qBittorrent.mediawiki b/Explanation-of-Options-in-qBittorrent.mediawiki index f652c13..11212c2 100644 --- a/Explanation-of-Options-in-qBittorrent.mediawiki +++ b/Explanation-of-Options-in-qBittorrent.mediawiki @@ -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. diff --git a/Web-API-Documentation.md b/Web-API-Documentation.md index 7023353..1f4cb70 100644 --- a/Web-API-Documentation.md +++ b/Web-API-Documentation.md @@ -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. diff --git a/WebUI-API-Documentation-(qBittorrent-v3.1.x).md b/WebUI-API-Documentation-(qBittorrent-v3.1.x).md index b7cc551..95f9c99 100644 --- a/WebUI-API-Documentation-(qBittorrent-v3.1.x).md +++ b/WebUI-API-Documentation-(qBittorrent-v3.1.x).md @@ -389,7 +389,7 @@ where `max_active_downloads` - maximum number of active simultaneous downloads
`max_active_torrents` - maximum number of active simultaneous downloads and uploads
`max_active_uploads` - maximum number of active simultaneous uploads
-`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
+`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
`incomplete_files_ext` - if true `.!qB` extension will be appended to incomplete files
`listen_port` - port for incoming connections
`upnp` - true if UPnP/NAT-PMP is enabled
@@ -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 \ No newline at end of file + * 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 diff --git a/WebUI-API-Documentation.md b/WebUI-API-Documentation.md index 7fd4249..65d7fc6 100644 --- a/WebUI-API-Documentation.md +++ b/WebUI-API-Documentation.md @@ -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.