Commit 26ba5319 authored by martin hou's avatar martin hou

fix: 取消文件列表分页的等待超时时长

parent ecef5d1a
...@@ -863,7 +863,7 @@ Jensen.prototype.listFiles = async function () { ...@@ -863,7 +863,7 @@ Jensen.prototype.listFiles = async function () {
jensen[tag] = null; jensen[tag] = null;
jensen._trigger(files.filter((f) => { return Boolean(f.time); }), QUERY_FILE_LIST); jensen._trigger(files.filter((f) => { return Boolean(f.time); }), QUERY_FILE_LIST);
console.log('jensen', 'list-files', 'timed return'); console.log('jensen', 'list-files', 'timed return');
}, 2000); }, 1000);
}); });
return this.send(new Command(QUERY_FILE_LIST)); return this.send(new Command(QUERY_FILE_LIST));
......
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