Skip to content

fix(eap): Normal mode should be default if no sampling mode defined #94924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

narsaynorath
Copy link
Member

@narsaynorath narsaynorath commented Jul 4, 2025

The normal mode should be the default since it avoids timeouts better. All of the frontend uses the progressive query or they specify NORMAL mode. This allows us to clean up the code and assume normal mode by default, to remove any explicit passing down when unnecessary.

Afaik no request requires HIGH_ACCURACY from the beginning by explicitly omitting the samplingMode param.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 4, 2025
@narsaynorath narsaynorath marked this pull request as ready for review July 4, 2025 17:43
@narsaynorath narsaynorath requested a review from a team as a code owner July 4, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants