diff --git a/ui-ngx/src/app/modules/home/components/profile/tenant-profile.component.ts b/ui-ngx/src/app/modules/home/components/profile/tenant-profile.component.ts index bed7531495..e9142fa1fa 100644 --- a/ui-ngx/src/app/modules/home/components/profile/tenant-profile.component.ts +++ b/ui-ngx/src/app/modules/home/components/profile/tenant-profile.component.ts @@ -60,7 +60,7 @@ export class TenantProfileComponent extends EntityComponent { name: 'Main', packProcessingTimeout: 2000, partitions: 2, - pollInterval: 25, + pollInterval: 2000, processingStrategy: { failurePercentage: 0, maxPauseBetweenRetries: 3, @@ -82,7 +82,7 @@ export class TenantProfileComponent extends EntityComponent { id: guid(), name: 'HighPriority', topic: 'tb_rule_engine.hp', - pollInterval: 25, + pollInterval: 2000, partitions: 2, consumerPerPartition: true, packProcessingTimeout: 2000, @@ -106,7 +106,7 @@ export class TenantProfileComponent extends EntityComponent { id: guid(), name: 'SequentialByOriginator', topic: 'tb_rule_engine.sq', - pollInterval: 25, + pollInterval: 2000, partitions: 2, consumerPerPartition: true, packProcessingTimeout: 2000,