Browse Source
Merge pull request #13126 from vvlladd28/improvement/teanant-profile/default-value
Updated default value maxDebugModeDurationMinutes in tenant profile
pull/13133/head
Igor Kulikov
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/shared/models/tenant.model.ts
|
|
|
@ -137,7 +137,7 @@ export function createTenantProfileConfiguration(type: TenantProfileType): Tenan |
|
|
|
maxSms: 0, |
|
|
|
smsEnabled: true, |
|
|
|
maxCreatedAlarms: 0, |
|
|
|
maxDebugModeDurationMinutes: 0, |
|
|
|
maxDebugModeDurationMinutes: 15, |
|
|
|
tenantServerRestLimitsConfiguration: '', |
|
|
|
customerServerRestLimitsConfiguration: '', |
|
|
|
maxWsSessionsPerTenant: 0, |
|
|
|
|