mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 00:12:26 +01:00
fix: silence some sonarcloud warnings (#1493)
* refactor: add null ptr check in initPeerRow() * refactor: add a nullptr gurad in icon_cache_get_mime_type_icon * chore: silence two "break notreached" warnings * chore: silence sonarcloud html warnings * chore: silence sonarcloud uninitialized var warning * chore: silence sonarcloud nullptr warning
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<a name="peers"></a>
|
||||
|
||||
@@ -39,15 +40,15 @@
|
||||
<div class="pagetitle">
|
||||
<h1>What are 'connections'?</h1>
|
||||
</div>
|
||||
<p><i>Global maximum connections</i> (Preferences -> Peers) is the total number of peers that Transmission will connect to across all of your transfers. Connections per torrent can also be adjusted here, as well as in the Inspector.
|
||||
<p><em>Global maximum connections</em> (Preferences -> Peers) is the total number of peers that Transmission will connect to across all of your transfers. Connections per torrent can also be adjusted here, as well as in the Inspector.
|
||||
<p>It is recommended that these values are left at their default setting, as allowing too many connections will severely hinder web browsing and other online activities, as well as possibly crashing your router. Increase this value at your own risk!
|
||||
|
||||
<p>
|
||||
<div summary="To do this" class="taskbox">
|
||||
<p>Recommended settings:
|
||||
<ul>
|
||||
<li><b>Global maximum connections</b>: 200 </li>
|
||||
<li><b>Maximum connections for new transfers</b>: 60 </li>
|
||||
<li><strong>Global maximum connections</strong>: 200 </li>
|
||||
<li><strong>Maximum connections for new transfers</strong>: 60 </li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>
|
||||
@@ -61,4 +62,4 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user