Skip to content

Commit 3b7112d

Browse files
committed
Set sampled slow query logs limit to 50
1 parent 3efe310 commit 3b7112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/atlas/performanceAdvisorUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type DropIndexSuggestion = components["schemas"]["DropIndexSuggestionsInd
88
export type SlowQueryLogMetrics = components["schemas"]["PerformanceAdvisorSlowQueryMetrics"];
99
export type SlowQueryLog = components["schemas"]["PerformanceAdvisorSlowQuery"];
1010

11-
export const DEFAULT_SLOW_QUERY_LOGS_LIMIT = 100;
11+
export const DEFAULT_SLOW_QUERY_LOGS_LIMIT = 50;
1212

1313
interface SuggestedIndexesResponse {
1414
content: components["schemas"]["PerformanceAdvisorResponse"];

0 commit comments

Comments
 (0)