7
All checks were successful
Publish Docker Images / docker (push) Successful in 1m21s

This commit is contained in:
Lee 2023-11-17 10:03:09 +00:00
parent eb116c06cd
commit ddfbb60b25

@ -159,6 +159,7 @@ export default class ProxyRoute extends Route {
url, url,
status: status, status: status,
time: Date.now() - before, time: Date.now() - before,
cached: false,
}); });
cache.set(url, { cache.set(url, {
nodeId: nodeId, nodeId: nodeId,