mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-07 01:16:28 +02:00
chore: increase max app names to 1000 (#4421)
## About the changes Looking at our metrics this number should be a good threshold, giving us more functionality than just limiting it to 100.
This commit is contained in:
parent
452f3942a7
commit
29478828b5
@ -7,7 +7,7 @@ import { InstanceStatsService } from 'lib/services';
|
|||||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
const _responseTime = responseTime.default;
|
const _responseTime = responseTime.default;
|
||||||
|
|
||||||
const appNameReportingThreshold = 100;
|
const appNameReportingThreshold = 1000;
|
||||||
|
|
||||||
export function responseTimeMetrics(
|
export function responseTimeMetrics(
|
||||||
eventBus: EventEmitter,
|
eventBus: EventEmitter,
|
||||||
|
Loading…
Reference in New Issue
Block a user