Skip to content

Commit

Permalink
Merge branch 'fix-http-sync' of https://github.com/moremind/shenyu in…
Browse files Browse the repository at this point in the history
…to fix-http-sync
  • Loading branch information
moremind committed Oct 23, 2023
2 parents 5ca7910 + 056b4de commit 20690cc
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 20690cc

Please sign in to comment.