Skip to content

fix: default resolve timeout 5 sec#179

Closed
nicklasl wants to merge 1 commit intomainfrom
nicklasl-patch-1
Closed

fix: default resolve timeout 5 sec#179
nicklasl wants to merge 1 commit intomainfrom
nicklasl-patch-1

Conversation

@nicklasl
Copy link
Member

No description provided.

@nicklasl nicklasl marked this pull request as ready for review April 17, 2025 11:21
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;

@nicklasl nicklasl changed the title fix: resolve timeout 1 sec fix: default resolve timeout 5 sec Apr 17, 2025
@nicklasl nicklasl closed this Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants