Fix maxRuleNodeExecutionsPerMessage (failed test TenantProfileEdgeTest.testTenantProfiles)

This commit is contained in:
ViacheslavKlimov 2024-05-08 14:27:51 +03:00
parent d0f9d01abd
commit 938b60f840

View File

@ -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;