Skip to content

Commit

Permalink
fix: adjust default timeouts according to the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Apr 9, 2024
1 parent b36e865 commit e6ee2ae
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 e6ee2ae

Please sign in to comment.