Skip to content

Commit

Permalink
Merge pull request #999 from ably/ECO-4244/fix-default-timeout
Browse files Browse the repository at this point in the history
[ECO-4244] fix: adjust default timeouts according to the spec
  • Loading branch information
ttypic committed Apr 9, 2024
2 parents b36e865 + e6ee2ae commit 35e5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/io/ably/lib/transport/Defaults.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Defaults {
/* TO3l3 */
public static int TIMEOUT_HTTP_OPEN = 4000;
/* TO3l4 */
public static int TIMEOUT_HTTP_REQUEST = 15000;
public static int TIMEOUT_HTTP_REQUEST = 10000;
/* TO3l6 */
public static int httpMaxRetryDuration = 15000;

Expand Down

0 comments on commit 35e5186

Please sign in to comment.