Add interpreted results page size

This commit is contained in:
Jason Reed
2020-06-29 11:02:30 -04:00
parent 6e34c03b05
commit d7732c4ed6

View File

@@ -38,6 +38,11 @@ export const RAW_RESULTS_LIMIT = 10000;
*/
export const RAW_RESULTS_PAGE_SIZE = 100;
/**
* Show this many rows in an interpreted results table at a time.
*/
export const INTERPRETED_RESULTS_PAGE_SIZE = 100;
export interface DatabaseInfo {
name: string;
databaseUri: string;