feat: 支持订阅级别的 noCache

This commit is contained in:
xream
2024-12-29 23:37:07 +08:00
parent 8090d678ee
commit b9bba895e1
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ async function produceArtifact({
proxy || sub.proxy,
undefined,
awaitCustomCache,
noCache,
noCache || sub.noCache,
true,
);
} catch (err) {
@@ -122,7 +122,7 @@ async function produceArtifact({
proxy || sub.proxy,
undefined,
awaitCustomCache,
noCache,
noCache || sub.noCache,
true,
);
} catch (err) {
@@ -244,7 +244,7 @@ async function produceArtifact({
collection.proxy,
undefined,
undefined,
noCache,
noCache || sub.noCache,
true,
);
} catch (err) {