Commit 57c5bcc1 authored by martin hou's avatar martin hou

fix: 调整超时时长

parent e5fc46f8
......@@ -865,7 +865,7 @@ Jensen.prototype.listFiles = async function () {
return files.filter((f) => { return Boolean(f.time); });
}
else if (fc - files.length < 10) fc = 1000;
else fc = 15000;
else fc = 35000;
jensen[kv] = window.setTimeout(() => {
console.log('remove tag: ' + tag);
jensen[tag] = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment