Merge pull request #10742 from thingsboard/fix/tenant-profile-execs-per-message

Fix maxRuleNodeExecutionsPerMessage (failed test TenantProfileEdgeTest.testTenantProfiles)
This commit is contained in:
Viacheslav Klimov 2024-05-08 14:28:47 +03:00 committed by GitHub
commit 600ea11854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ public class DefaultTenantProfileConfiguration implements TenantProfileConfigura
private long maxJSExecutions;
private long maxTbelExecutions;
private long maxDPStorageDays;
private int maxRuleNodeExecutionsPerMessage = 1000;
private int maxRuleNodeExecutionsPerMessage;
private long maxEmails;
private Boolean smsEnabled;
private long maxSms;