Skip to content

Commit

Permalink
[type:fix] fix http config.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlongn committed Oct 23, 2023
1 parent ea7b6d7 commit 233bcaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class HttpConstants {
/**
* Default connection timeout is 10s.
*/
public static final long CLIENT_POLLING_CONNECT_TIMEOUT = TimeUnit.SECONDS.toMillis(10);
public static final long CLIENT_POLLING_CONNECT_TIMEOUT = TimeUnit.SECONDS.toMillis(20);

/**
* Default write timeout is 90s.
Expand Down

0 comments on commit 233bcaf

Please sign in to comment.