Feature/expose concurrency of portfolio snapshot calculation as environment variable (#3796)

* Expose PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT

* Update changelog
This commit is contained in:
Thomas Kaul
2024-09-21 18:16:34 +02:00
committed by GitHub
parent 5e4201d831
commit e918970feb
4 changed files with 15 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ export const DEFAULT_CURRENCY = 'USD';
export const DEFAULT_DATE_FORMAT_MONTH_YEAR = 'MMM yyyy';
export const DEFAULT_LANGUAGE_CODE = 'en';
export const DEFAULT_PAGE_SIZE = 50;
export const DEFAULT_PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT = 1;
export const DEFAULT_ROOT_URL = 'https://localhost:4200';
// USX is handled separately