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

Extremely slow download #42

Open
tugdualenligne opened this issue Jan 31, 2022 · 3 comments
Open

Extremely slow download #42

tugdualenligne opened this issue Jan 31, 2022 · 3 comments

Comments

@tugdualenligne
Copy link

Hi, thanks for that nice app!
I just set it up successfully, however download is extremely slow, while with my usual FTP client it is x100 faster
I have used your docker compose, adding Traefik (removing Traefik does not correct the issue)
Any idea what's going on?
Thx


version: "2.1"
services:
davos:
image: lscr.io/linuxserver/davos
container_name: davos
environment:
- PUID=1000
- PGID=100
volumes:
- /srv/Docker/davos:/config
- /srv/Multimedia/_a_convertir:/download

ports:

- 8080:8080

expose:
  - 8080
networks:
  - traefik_proxy
restart: unless-stopped
labels:
  - "traefik.enable=true"
  - "traefik.http.routers.davos.rule=HostHeader(`davos.DOMAIN.fr`)"
  - "traefik.http.routers.davos.entrypoints=http,https"
  - "diun.enable=true"

networks:
traefik_proxy:
external:
name: traefik_proxy

@leshicodes
Copy link

leshicodes commented Jan 31, 2022

I am having this issue too. It is excruciatingly slow...

When looking at the portal, the download speed as the following: ∞MB/s

Capture

@tugdualenligne
Copy link
Author

Exactly the same from my side

@leshicodes
Copy link

I found sftp works alright, but yea FTP or FTPES is painfully slow.

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

2 participants