davos icon indicating copy to clipboard operation
davos copied to clipboard

Extremely slow download

Open tugdualenligne opened this issue 3 years ago • 3 comments

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

tugdualenligne avatar Jan 31 '22 14:01 tugdualenligne

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

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

Capture

leshicodes avatar Jan 31 '22 16:01 leshicodes

Exactly the same from my side

tugdualenligne avatar Jan 31 '22 18:01 tugdualenligne

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

leshicodes avatar Jan 31 '22 18:01 leshicodes