Use cache in cronSyncArtifact to avoid downloading subscription multiple times

This commit is contained in:
Peng-YM 2022-05-02 11:01:56 +08:00
parent 7b68f9fa85
commit a242fc19df
2 changed files with 3 additions and 2 deletions

View File

@ -681,6 +681,7 @@ function service() {
type: artifact.type,
item,
platform: artifact.platform,
useCache: true
});
const resp = await syncArtifact({
filename: artifact.name,

File diff suppressed because one or more lines are too long