Skip to content

Commit

Permalink
Lower connection timeout from 12 to 7 seconds
Browse files Browse the repository at this point in the history
This allows for 3 connection attempts in 25 seconds background time.
  • Loading branch information
tmolitor-stud-tu committed Nov 20, 2023
1 parent b79bf1d commit 2b94ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monal/Classes/xmpp.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@import WebRTC;

#define STATE_VERSION 9
#define CONNECT_TIMEOUT 12.0
#define CONNECT_TIMEOUT 7.0
#define IQ_TIMEOUT 60.0
NSString* const kQueueID = @"queueID";
NSString* const kStanza = @"stanza";
Expand Down

0 comments on commit 2b94ccd

Please sign in to comment.