chibenwa commented on code in PR #2836:
URL: https://github.com/apache/james-project/pull/2836#discussion_r2425854017
##########
docs/modules/servers/partials/operate/webadmin.adoc:
##########
@@ -1864,14 +1864,19 @@ the following `additionalInformation`:
....
{
"mailboxName": "mbx1",
+ "processedMessagesCount": 15,
"rulesOnMessagesApplySuccessfully": 9,
"rulesOnMessagesApplyFailed": 3,
+ "maximumAppliedActionExceeded": false,
"timestamp": "2024-12-03T10:15:30Z",
"type": "RunRulesOnMailboxTask",
"username": "[email protected]"
}
....
+Note: you can configure the maximum number of actions applied per mailbox by
setting the JVM property `james.rules.triage.max.actions.per.mailbox`. The
default value is 50000.
Review Comment:
```suggestion
Note: you can configure the maximum number of actions applied per mailbox by
setting the JVM property `james.rules.triage.max.actions.per.mailbox`. The
default value is 25000.
```
Let's lower this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]