Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EmailRateLimit is the number of emails a single recipient can trigger // within the rolling EmailRateLimitPeriod window. EmailRateLimit = 6 // EmailRateLimitPeriod is the rolling window used by the per-recipient // rate limiter on email-triggering actions. EmailRateLimitPeriod = time.Hour // EmailRateLimitReset is the bucket reset interval used by the limiter. EmailRateLimitReset = 10 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.