Commit cb080e77 authored by comfyanonymous's avatar comfyanonymous
Browse files

Lower refresh timeout for search in litegraph.

parent f88f7f41
...@@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action) ...@@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
if (timeout) { if (timeout) {
clearInterval(timeout); clearInterval(timeout);
} }
timeout = setTimeout(refreshHelper, 250); timeout = setTimeout(refreshHelper, 10);
return; return;
} }
e.preventDefault(); e.preventDefault();
......
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