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:
@@ -59,7 +59,9 @@
|
||||
|
||||
"error": "<strong>Error</strong>: __message__",
|
||||
"errors": {
|
||||
"lostConnection": "Lost connection to server",
|
||||
"lostConnection": "Lost connection to server, reconnecting...",
|
||||
"lostConnectionReconnect": "Lost connection to server, reconnecting in __time__s.",
|
||||
"lostConnectionTry": "Try now",
|
||||
"cannotAddSubflowToItself": "Cannot add subflow to itself",
|
||||
"cannotAddCircularReference": "Cannot add subflow - circular reference detected"
|
||||
}
|
||||
|
Reference in New Issue
Block a user