Field DefaultCapacity
- Namespace
- MailFathom.Application.Emails.Embeddings.Generation
- Assembly
- MailFathom.Application.dll
The bound applied when a deployment configures none.
public const int DefaultCapacity = 1024
Returns
- int
- The bound applied when a deployment configures none.
Remarks
Large enough that an ordinary arrival of mail never reaches it, and small enough that the first synchronization of a large mailbox reaches it quickly — which is the intended outcome rather than a defect, because the backlog exists to hold work in flight rather than to hold a mailbox.