siina.monster/notes/2024-02-28.txt

15 lines
397 B
Plaintext

<p>To get faster steam downloads in linux:<br>
<br>
create <code>~/.steam/steam/steam_dev.cfg</code> and add:
<pre>
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0
</pre></p>
<p>restart steam, start a download, and you should notice a better download
rate.</p>
<p>for me it went from capping at 100mbps to now going 500+mbps like it
should.</p>