Field MaximumEntriesErasedPerPass
- Namespace
- MailFathom.Application.Retrieval.AskMail.Audit
- Assembly
- MailFathom.Application.dll
The greatest number of entries one pass erases.
public const int MaximumEntriesErasedPerPass = 1000
Returns
- int
- The greatest number of entries one pass erases.
Remarks
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. It is smaller than the mutation trail's bound because erasing an entry erases the emails it named with it, so one row here is several.