We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8f161 commit d88fff6Copy full SHA for d88fff6
1 file changed
src/FileDownloader/ChunkFileDownloader.cs
@@ -13,7 +13,7 @@ namespace ProjectCeleste.GameFiles.GameScanner.FileDownloader
13
public class ChunkFileDownloader : IFileDownloader
14
{
15
internal const int MaxChunkSize = 10 * 1024 * 1024; //10Mb
16
- private const int MaxConcurrentDownloads = 12;
+ private const int MaxConcurrentDownloads = 6;
17
18
private readonly Stopwatch _downloadSpeedStopwatch;
19
private readonly string _downloadTempFolder;
0 commit comments