dragonfly/docs/zh-CN/troubleshooting
Gaius a6b7c4697e
chore: add markdown lint (#779)
* chore: add markdown lint

Signed-off-by: Gaius <gaius.qi@gmail.com>

* docs: fix markdown lint errors

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:32:34 +08:00
..
README.md chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00

README.md

问题排查

下载速度比不用蜻蜓的时候慢

  1. 确认限速值是否合适 dfget.yaml

    download:
      # 总下载限速
      totalRateLimit: 200Mi
      # 单个任务下载限速
      perPeerRateLimit: 100Mi # 为了兼容极限环境下,默认值为 20Mi可以按需调整
    upload:
      # 上传限速
      rateLimit: 100Mi
    
  2. 确认回源速度是否正常

500 Internal Server Error

  1. 检查日志 /var/log/dragonfly/daemon/core.log

  2. 检查源站可连接行(DNS 错误 or 证书)

    示例:

    curl https://example.harbor.local/
    

    如果curl有报错,请查看具体错误