abort the realtime session if it does not synchronize for 30 seconds

This commit is contained in:
ansuz
2017-07-10 10:34:25 +02:00
parent 29c6ed6e9b
commit 4a37bc4a1c
2 changed files with 18 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ define(function () {
out.synced = "Everything is saved";
out.deleted = "Pad deleted from your CryptDrive";
out.realtime_unrecoverableError = "The realtime engine has encountered an unrecoverable error. Click OK to reload.";
out.disconnected = 'Disconnected';
out.synchronizing = 'Synchronizing';
out.reconnecting = 'Reconnecting...';