Table of Contents

Property MoreWorkIsWorthTryingSoon

Namespace
MailFathom.Application.Emails.Embeddings.Generations
Assembly
MailFathom.Application.dll

MoreWorkIsWorthTryingSoon

Gets whether running again shortly would reach work this pass could not.

public bool MoreWorkIsWorthTryingSoon { get; }

Property Value

bool

Remarks

Three things pace the loop rather than one. The sweep answers for the mail it is embedding; a switch means the next pass has a whole generation to clear out, and waiting an idle interval to start it would leave a mailbox's worth of superseded vectors in place for no reason; and a removal that reached its bound has more behind it, which is the same argument the sweep's own budget makes.