Feature/expose max chart items as env variable (#3701)

* Expose MAX_CHART_ITEMS as env variable

* Update changelog
This commit is contained in:
Thomas Kaul
2024-08-26 16:21:16 +02:00
committed by GitHub
parent 4a8142b326
commit d08e8b4fd8
8 changed files with 37 additions and 15 deletions

View File

@@ -88,7 +88,6 @@ export const HEADER_KEY_IMPERSONATION = 'Impersonation-Id';
export const HEADER_KEY_TIMEZONE = 'Timezone';
export const HEADER_KEY_TOKEN = 'Authorization';
export const MAX_CHART_ITEMS = 365;
export const MAX_TOP_HOLDINGS = 50;
export const NUMERICAL_PRECISION_THRESHOLD = 100000;