Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Web page High bandwidth usage #442

Open
guba91 opened this issue Mar 26, 2024 · 5 comments
Open

[BUG] Web page High bandwidth usage #442

guba91 opened this issue Mar 26, 2024 · 5 comments
Milestone

Comments

@guba91
Copy link

guba91 commented Mar 26, 2024

latest image on docker, internal downloader

When connected to IP:6500 thought wireguard, i got 5Mbps of traffic constanly running from the port 6500 to my chrome tab.
image
image

@rogerfar
Copy link
Owner

How many torrents do you have going? It does a refresh every few seconds to your debrid provider.

@Graumagier
Copy link

Graumagier commented May 6, 2024

I've got the same issue here. One torrent downloading, ~4–5 MB/s traffic as soon as I open up the webpage. Happens when connecting through ZeroTier (VPN) as well as on the local LAN.

EDIT: I did some more digging with Chrome's Network developer tool and saw that the WebSocket connection is constantly transferring 5.7 MB-sized messages. The fileOrMagnet field seems to take up most of the space, the original torrent file is quite large (~2 MB) and the torrent has ~10,000 files, maybe that's part of the issue?

@guba91
Copy link
Author

guba91 commented May 7, 2024

How many torrents do you have going? It does a refresh every few seconds to your debrid provider.

a lot, but the traffic is between the docker and the pc that i'm using for monitoring the downloads..
1 day i forgot the page opened and discovered 30GB of data trasfered from that docker to my laptop D:

@rogerfar
Copy link
Owner

I suppose that's possible, it uses signalr to update the torrentlist even few seconds when you have the UI page open. It pushes basically everything to your browser.

I suppose I can reduce the updates, but is it actually causing an issue or just an observance?

@guba91
Copy link
Author

guba91 commented May 14, 2024

I suppose that's possible, it uses signalr to update the torrentlist even few seconds when you have the UI page open. It pushes basically everything to your browser.

I suppose I can reduce the updates, but is it actually causing an issue or just an observance?

Well in normal condition i don't think it will be a problem.
If you use it in lan it not a big deal, if you are remotely connected it generate a lot of traffic..
There is a way to stop the update if the tab is not on focus?
That shoud do the trick

@rogerfar rogerfar added this to the v3 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants