Fix maxRuleNodeExecutionsPerMessage (failed test TenantProfileEdgeTest.testTenantProfiles)
This commit is contained in:
parent
d0f9d01abd
commit
938b60f840
@ -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