Extremely slow download
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
I am having this issue too. It is excruciatingly slow...
When looking at the portal, the download speed as the following: ∞MB/s
Exactly the same from my side
I found sftp works alright, but yea FTP or FTPES is painfully slow.