Merge pull request #10742 from thingsboard/fix/tenant-profile-execs-per-message
Fix maxRuleNodeExecutionsPerMessage (failed test TenantProfileEdgeTest.testTenantProfiles)
This commit is contained in:
commit
600ea11854
@ -59,7 +59,7 @@ public class DefaultTenantProfileConfiguration implements TenantProfileConfigura
|
|||||||
private long maxJSExecutions;
|
private long maxJSExecutions;
|
||||||
private long maxTbelExecutions;
|
private long maxTbelExecutions;
|
||||||
private long maxDPStorageDays;
|
private long maxDPStorageDays;
|
||||||
private int maxRuleNodeExecutionsPerMessage = 1000;
|
private int maxRuleNodeExecutionsPerMessage;
|
||||||
private long maxEmails;
|
private long maxEmails;
|
||||||
private Boolean smsEnabled;
|
private Boolean smsEnabled;
|
||||||
private long maxSms;
|
private long maxSms;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user