Skip to content

Commit

Permalink
fix: opt pump cache, issue: TencentBlueKing#296
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs60 committed Sep 11, 2024
1 parent 68d61c7 commit cc405cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@ func (m *Mgr) ensureOneFileCollection(
File: f,
})
}
_, err = m.ensureFiles(handler, pid, sandbox, fileDetails)
_, err = m.ensureFilesWithPriority(handler, pid, sandbox, fileDetails)
defer func() {
status := types.FileSendSucceed
if err != nil {
Expand Down

0 comments on commit cc405cf

Please sign in to comment.