mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-16 02:37:19 +08:00
Use cache in cronSyncArtifact to avoid downloading subscription multiple times
This commit is contained in:
parent
7b68f9fa85
commit
a242fc19df
@ -681,6 +681,7 @@ function service() {
|
|||||||
type: artifact.type,
|
type: artifact.type,
|
||||||
item,
|
item,
|
||||||
platform: artifact.platform,
|
platform: artifact.platform,
|
||||||
|
useCache: true
|
||||||
});
|
});
|
||||||
const resp = await syncArtifact({
|
const resp = await syncArtifact({
|
||||||
filename: artifact.name,
|
filename: artifact.name,
|
||||||
|
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user