Skip to content

Commit

Permalink
[Proxy] set default httpProxyTimeout to 5 minutes (apache#12299)
Browse files Browse the repository at this point in the history
(cherry picked from commit d4ca1ff)
  • Loading branch information
eolivelli authored and nicoloboschi committed Oct 8, 2021
1 parent 2a31adc commit df2ac59
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -486,7 +486,7 @@ public class ProxyConfiguration implements PulsarConfiguration {
doc = "Http proxy timeout.\n\n"
+ "The timeout value for HTTP proxy is in millisecond."
)
private int httpProxyTimeout = 30 * 1000;
private int httpProxyTimeout = 5 * 60 * 1000;

@FieldContext(
minValue = 1,
Expand Down

0 comments on commit df2ac59

Please sign in to comment.