mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Back off comms reconnect attempts after prolonged failures
This commit is contained in:
@@ -48,6 +48,14 @@ RED.notify = (function() {
|
||||
});
|
||||
};
|
||||
})();
|
||||
|
||||
n.update = (function() {
|
||||
var nn = n;
|
||||
return function(msg) {
|
||||
nn.innerHTML = msg;
|
||||
}
|
||||
})();
|
||||
|
||||
if (!fixed) {
|
||||
$(n).click((function() {
|
||||
var nn = n;
|
||||
|
Reference in New Issue
Block a user