Skip to main content

QUEUE_LIMIT

const QUEUE_LIMIT: i64 = 200;
Expand description

How many mails one iteration queues; the sender has its own rate, so this only bounds how much one transaction holds open.