Property MaximumClassificationWait
- Namespace
- MailFathom.Application.Spam
- Assembly
- MailFathom.Application.dll
MaximumClassificationWait
Gets how long a message may wait on a verdict before derived work runs for it unclassified.
public TimeSpan MaximumClassificationWait { get; }
Property Value
Remarks
The bound that keeps ordering classification ahead of chunking, embedding, and rule evaluation from turning a wedged scanner into an index that quietly stops filling. A message still inside it is waiting rather than failing, which is a distinction the gate has to make: a rule that released only what had failed would never release anything sitting in a backlog, and a backlog deep enough to matter is exactly where that decides whether the index stops.