Field MaximumCallersPerPeriod
- Namespace
- MailFathom.Application.Mail.Delivery.Governance
- Assembly
- MailFathom.Application.dll
The greatest number of callers one period is counted for.
public const int MaximumCallersPerPeriod = 4096
Returns
- int
- The greatest number of callers one period is counted for.
Remarks
Far above the credentials any installation issues, and present because the key is a caller's own identity rather than anything this deployment allocates: an authorization surface admitting a subject per person could otherwise grow this without bound. A period that reaches it refuses the sends of callers it is not already counting, which is the answer a bound has to give — one that admitted everything once it ran out of room would be no bound. The refusal says that rather than naming a configured ceiling, because this number is not one an operator wrote and is reached on a deployment that declared no per-caller ceiling at all.