Skip to content

Commit 5be63d3

Browse files
improve response time
1 parent 20376a5 commit 5be63d3

File tree

1 file changed

+1
-0
lines changed
  • x-pack/platform/plugins/shared/rule_registry/server/alert_data_client

1 file changed

+1
-0
lines changed

x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ export class AlertsClient {
537537
index,
538538
operation,
539539
lastSortIds,
540+
size: 1000,
540541
});
541542

542543
if (lastSortIds != null && result?.hits.hits.length === 0) {

0 commit comments

Comments
 (0)