diff --git a/src/common/config/index.ts b/src/common/config/index.ts index c9e96dff..b289d321 100644 --- a/src/common/config/index.ts +++ b/src/common/config/index.ts @@ -193,7 +193,7 @@ const APP_CONFIG = { TYPE: RUNNING_MODE.type, AUTOCOMPLETE: RUNNING_MODE.autocomplete, START_RECORD: 1, - END_RECORD: 1000, + END_RECORD: 100000, }, SYSTEM_JOBS_PRIORITY_OPTIONS: systemJobsPriorityOptions, NUMBER_OF_CHARACTERS_LIMIT: NUMBER_OF_CHARACTERS_LIMIT as number,