Skip to content

Commit

Permalink
feat: worker选取及恢复机制优化 TencentBlueKing#311
Browse files Browse the repository at this point in the history
  • Loading branch information
flyy1012 committed Nov 28, 2024
1 parent 80fd3de commit f8ab804
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,9 @@ func (m *Mgr) ensureFiles(
t = dcSDK.FilterRuleHandleDeduplication
}
if f.CompressedSize == -1 || f.FileSize == -1 {
t = dcSDK.FilterRuleHandleDefault
//t = dcSDK.FilterRuleHandleDefault
r = append(r, "")
continue
}
blog.Debugf("remote: ensure file %s and match rule %d", fd.File.FilePath, t)
servers := make([]*dcProtocol.Host, 0, 0)
Expand Down

0 comments on commit f8ab804

Please sign in to comment.