heymind/OneDrive-Index-Cloudflare-Worker

Cache 有问题

Closed this issue · 4 comments

只要打开cache ,下载大于100M的文件就会报错。无论缓存标准是多少。

可以提供下更多的细节吗?

好的,当cache配置为true(文件大小参数未更改)时,下载较大的文件(100MB)左右,就会显示1101错误(来自cloudflare),日志中显示500。

console.info(No cache ${request.url} because file_size(${fileSize}) > limit(${config.cache.chunkedCacheLimit}));
这里原版是少了个config,改成这句话就ok了