Skip to content

Commit

Permalink
Update x-pack/plugins/reporting/server/export_types/csv_searchsource/…
Browse files Browse the repository at this point in the history
…generate_csv/generate_csv.ts
  • Loading branch information
tsullivan committed Aug 24, 2021
1 parent 31170a9 commit 468ceb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class CsvGenerator {
index: index.title,
scroll: scrollSettings.duration,
size: scrollSettings.size,
ignore_throttled: !this.includeFrozen,
ignore_throttled: this.includeFrozen,
},
};
const results = (
Expand Down

0 comments on commit 468ceb9

Please sign in to comment.