Back off comms reconnect attempts after prolonged failures

This commit is contained in:
Nick O'Leary
2016-04-10 17:28:28 +01:00
parent 08794bad74
commit 0c227be02d
3 changed files with 42 additions and 6 deletions

View File

@@ -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"
}