Table of Contents

Field MaximumExecutionsErasedPerPass

Namespace
MailFathom.Application.Rules.History
Assembly
MailFathom.Application.dll

The greatest number of executions one pass erases.

public const int MaximumExecutionsErasedPerPass = 5000

Returns

int
The greatest number of executions one pass erases.

Remarks

Larger than either audit trail's bound, because a rule pass writes an execution per rule per message where a run leaves one entry: the backlog this drains is a multiple of the mail rather than a count of it. It is a constant rather than a setting because nothing an operator would tune depends on it — a pass that reaches the bound is followed by another on the account's next run, so the number decides how long a backlog takes to clear rather than what is kept.