Skip to content

Commit

Permalink
Tuning WebSocket heart beat to 30s.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericJacobs committed Mar 11, 2015
1 parent 5aa560c commit b3a4a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Signal/src/textsecure/Network/WebSockets/TSSocketManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#import "Cryptography.h"
#import "IncomingPushMessageSignal.pb.h"

#define kWebSocketHeartBeat 15
#define kWebSocketHeartBeat 30
#define kWebSocketReconnectTry 5

NSString * const SocketOpenedNotification = @"SocketOpenedNotification";
Expand Down

0 comments on commit b3a4a20

Please sign in to comment.