You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(eap): Normal mode should be default if no sampling mode defined (#94924)
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.
0 commit comments