mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
check_rabbitmq_queue: Relax paging thresholds for email_senders.
This commit is contained in:
committed by
Tim Abbott
parent
483ced0b15
commit
a0683927ef
@@ -53,6 +53,7 @@ MAX_SECONDS_TO_CLEAR: defaultdict[str, int] = defaultdict(
|
||||
digest_emails=1200,
|
||||
missedmessage_mobile_notifications=120,
|
||||
embed_links=60,
|
||||
email_senders=90,
|
||||
deferred_email_senders=3600,
|
||||
)
|
||||
CRITICAL_SECONDS_TO_CLEAR: defaultdict[str, int] = defaultdict(
|
||||
@@ -61,6 +62,7 @@ CRITICAL_SECONDS_TO_CLEAR: defaultdict[str, int] = defaultdict(
|
||||
missedmessage_mobile_notifications=180,
|
||||
digest_emails=1800,
|
||||
embed_links=90,
|
||||
email_senders=300,
|
||||
deferred_email_senders=4500,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user