We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efe310 commit 3b7112dCopy full SHA for 3b7112d
src/common/atlas/performanceAdvisorUtils.ts
@@ -8,7 +8,7 @@ export type DropIndexSuggestion = components["schemas"]["DropIndexSuggestionsInd
8
export type SlowQueryLogMetrics = components["schemas"]["PerformanceAdvisorSlowQueryMetrics"];
9
export type SlowQueryLog = components["schemas"]["PerformanceAdvisorSlowQuery"];
10
11
-export const DEFAULT_SLOW_QUERY_LOGS_LIMIT = 100;
+export const DEFAULT_SLOW_QUERY_LOGS_LIMIT = 50;
12
13
interface SuggestedIndexesResponse {
14
content: components["schemas"]["PerformanceAdvisorResponse"];
0 commit comments