Commit d9545013 authored by mdj33's avatar mdj33 Committed by 33cn

close multi download default

parent d0e134b5
......@@ -155,6 +155,7 @@ func (m *multiDldClient) getConns(inv *inventory) error {
return nil
}
//缺省不打开,因为有些节点下载时间不稳定,容易超时出错,后面看怎么优化
func (m *multiDldClient) tryMultiServerDownload() {
if !m.paraClient.subCfg.MultiDownloadOpen {
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment