mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-12 09:13:39 +00:00
increase search timeout
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ function searchAll() {
|
||||
}
|
||||
|
||||
ipcRenderer.send('enableSearchAll', '');
|
||||
}, 5000);
|
||||
}, 10000);
|
||||
};
|
||||
module.exports.searchAll = searchAll;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user