Skip to content

Commit

Permalink
Merge pull request #3445 from VirajSalaka/choreo
Browse files Browse the repository at this point in the history
Xds discovery client's  max inbound message size is increased
  • Loading branch information
VirajSalaka authored Oct 10, 2023
2 parents c382cd0 + 4940613 commit ddbcded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class EnvVarConfig {
private static final String DEFAULT_ADAPTER_HOST = "adapter";
private static final String DEFAULT_ADAPTER_XDS_PORT = "18000";
private static final String DEFAULT_ENFORCER_LABEL = "enforcer";
public static final String DEFAULT_XDS_MAX_MSG_SIZE = "4194304";
public static final String DEFAULT_XDS_MAX_MSG_SIZE = "41943040";
public static final String DEFAULT_XDS_MAX_RETRIES = Integer.toString(Constants.MAX_XDS_RETRIES);
public static final String DEFAULT_XDS_RETRY_PERIOD = Integer.toString(Constants.XDS_DEFAULT_RETRY);
public static final String DEFAULT_HOSTNAME = "Unassigned";
Expand Down

0 comments on commit ddbcded

Please sign in to comment.