Skip to content

Commit e448f6e

Browse files
committed
Increase ECL result limit to 10000
1 parent ee687d9 commit e448f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/valueset-translator/valueset-translator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ interface ConceptRow {
9898
standalone: false
9999
})
100100
export class ValuesetTranslatorComponent implements OnInit, OnDestroy, AfterViewInit {
101-
private static readonly MAX_ECL_RESULTS = 1000;
101+
private static readonly MAX_ECL_RESULTS = 10000;
102102

103103
@ViewChild('fileInput') fileInput!: ElementRef;
104104
@ViewChild('workflowProgressAnchor') workflowProgressAnchor!: ElementRef<HTMLElement>;

0 commit comments

Comments
 (0)