Shorten websocket time out. Fixes #67
This commit is contained in:
parent
3a00e49791
commit
a3bf40e852
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue