Skip to content

Commit

Permalink
Fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gavlyukovskiy committed Mar 13, 2018
1 parent 294a49b commit 45e915e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public final class InProcessTelemetryChannel implements TelemetryChannel {

private final static String INSTANT_RETRY_NAME = "MaxInstantRetry";
private final static int DEFAULT_MAX_INSTANT_RETRY = 3;
private final static int DEFAULT_MAX_TELEMETRY_BUFFER_CAPACITY = 500;
public final static int DEFAULT_MAX_TELEMETRY_BUFFER_CAPACITY = 500;
private final static int MIN_MAX_TELEMETRY_BUFFER_CAPACITY = 1;
private final static int MAX_MAX_TELEMETRY_BUFFER_CAPACITY = 1000;
private final static String MAX_MAX_TELEMETRY_BUFFER_CAPACITY_NAME = "MaxTelemetryBufferCapacity";
Expand Down

0 comments on commit 45e915e

Please sign in to comment.