Commit 4a8ad7a0 authored by martin hou's avatar martin hou

feat: 延长文件列表分页结果的等待超时时长

parent 7ec1611e
...@@ -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');
}, 1000); }, 2000);
}); });
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