Lower refresh timeout for search in litegraph.

This commit is contained in:
comfyanonymous 2023-09-06 16:18:02 -04:00
parent f88f7f413a
commit cb080e771e
1 changed files with 1 additions and 1 deletions

View File

@ -11529,7 +11529,7 @@ LGraphNode.prototype.executeAction = function(action)
if (timeout) {
clearInterval(timeout);
}
timeout = setTimeout(refreshHelper, 250);
timeout = setTimeout(refreshHelper, 10);
return;
}
e.preventDefault();