Skip to content

Commit

Permalink
feat: worker选取及恢复机制优化 #311
Browse files Browse the repository at this point in the history
  • Loading branch information
flyy1012 committed Nov 4, 2024
1 parent 94b4c23 commit 293515c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1695,9 +1695,6 @@ func (m *Mgr) ensureOneFileCollection(
fileDetails := make([]*types.FilesDetails, 0, len(fc.Files))
for _, f := range fc.Files {
f.NoDuplicated = true
/*if fc.Retry {
f.Retry = true
}*/
fileDetails = append(fileDetails, &types.FilesDetails{
Servers: Servers,
File: f,
Expand Down

0 comments on commit 293515c

Please sign in to comment.