Skip to content

Commit 3740848

Browse files
authored
Merge branch 'main' into COMPASS-5750-non-existent-ns
2 parents bd05401 + 523fed5 commit 3740848

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Tue Jan 28 2025.
2+
This document was automatically generated on Thu Jan 30 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> the tracking plan for the specific Compass version you can use the following
88
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
99
10-
Generated on Tue, Jan 28, 2025
10+
Generated on Thu, Jan 30, 2025
1111

1212
## Table of Contents
1313

packages/compass-web/src/preferences.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export function useCompassWebPreferences(
3737
): React.MutableRefObject<CompassWebPreferencesAccess> {
3838
const preferencesAccess = useRef(
3939
new CompassWebPreferencesAccess({
40-
maxTimeMS: 10_000,
4140
enableExplainPlan: true,
4241
enableAggregationBuilderRunPipeline: true,
4342
enableAggregationBuilderExtraOptions: true,

0 commit comments

Comments
 (0)