Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.

Home Page:https://flood.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slow (http) download speed when downloading multiple files

yan-ts opened this issue · comments

commented

Type: Question

Question

I am using the latest version of Flood-UI on an orange-pi PC (AllWinner H3 SoC + 1GB DDR3) with debian 9.

It works flawlessly, but one things:
When I try to download (through http) a torrent that contains multiple files the max-speed is 3MB/s.
While downloading a single file is 10MB/s.

How to find the bottleneck?
could it be the cpu due to tar-stream?

const tar = require('tar-stream');