mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-01 09:33:21 +08:00
Use cache in cronSyncArtifact to avoid downloading subscription multiple times
This commit is contained in:
@@ -681,6 +681,7 @@ function service() {
|
||||
type: artifact.type,
|
||||
item,
|
||||
platform: artifact.platform,
|
||||
useCache: true
|
||||
});
|
||||
const resp = await syncArtifact({
|
||||
filename: artifact.name,
|
||||
|
||||
Reference in New Issue
Block a user