Shorten websocket time out. Fixes #67

pull/749/head
lilia 11 years ago
parent 3a00e49791
commit a3bf40e852

@ -353,7 +353,7 @@ window.textsecure.api = function() {
}
self.getMessageWebsocket = function() {
return getWebsocket(URL_CALLS['push'], true, 60000);
return getWebsocket(URL_CALLS['push'], true, 1000);
}
self.getTempWebsocket = function() {

Loading…
Cancel
Save