Skip to content

Commit d7732c4

Browse files
committed
Add interpreted results page size
1 parent 6e34c03 commit d7732c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/ql-vscode/src/interface-types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export const RAW_RESULTS_LIMIT = 10000;
3838
*/
3939
export const RAW_RESULTS_PAGE_SIZE = 100;
4040

41+
/**
42+
* Show this many rows in an interpreted results table at a time.
43+
*/
44+
export const INTERPRETED_RESULTS_PAGE_SIZE = 100;
45+
4146
export interface DatabaseInfo {
4247
name: string;
4348
databaseUri: string;

0 commit comments

Comments
 (0)