Skip to content

Commit

Permalink
Lower search timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lewis committed Jul 1, 2024
1 parent 73b7d77 commit 30a4fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litegraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -11664,7 +11664,7 @@ LGraphNode.prototype.executeAction = function(action)
if (timeout) {
clearInterval(timeout);
}
timeout = setTimeout(refreshHelper, 250);
timeout = setTimeout(refreshHelper, 10);
return;
}
e.preventDefault();
Expand Down

0 comments on commit 30a4fbe

Please sign in to comment.