Skip to content

Commit

Permalink
chore(web): remove maxTimeMS from default preferences (#6666)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Jan 30, 2025
1 parent e41df6b commit df53553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compass-web/src/preferences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export function useCompassWebPreferences(
): React.MutableRefObject<CompassWebPreferencesAccess> {
const preferencesAccess = useRef(
new CompassWebPreferencesAccess({
maxTimeMS: 10_000,
enableExplainPlan: true,
enableAggregationBuilderRunPipeline: true,
enableAggregationBuilderExtraOptions: true,
Expand Down

0 comments on commit df53553

Please sign in to comment.