fix: add connections limit parameter to http downloader

This commit is contained in:
Hachi-R
2025-04-12 16:25:45 -03:00
parent be232d88e4
commit 007fa6f009
3 changed files with 6 additions and 4 deletions

View File

@@ -313,6 +313,8 @@ export class DownloadManager {
url: downloadLink,
save_path: download.downloadPath,
header: `Cookie: accountToken=${token}`,
allow_multiple_connections: true,
connections_limit: 8,
};
}
case Downloader.PixelDrain: {