Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public static class Builder {
private ManagedChannel flagResolverManagedChannel = DEFAULT_CHANNEL;
private boolean disableTelemetry = false;
private boolean isProvider = false;
private int resolveDeadlineMs = 10_000;
private int resolveDeadlineMs = 1_000;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private int resolveDeadlineMs = 1_000;
private int resolveDeadlineMs = 5_000;

private int eventSenderDeadlineMs = 5_000;

public Builder(@Nonnull String clientSecret) {
Expand Down