added ability to broadcast
This commit is contained in:
parent
7d41cbeb1e
commit
2491088e81
31 changed files with 1607 additions and 18 deletions
|
|
@ -512,6 +512,10 @@ TELESRV_VERIFICATION_NOTIFY_BATCH=50
|
|||
# Applications one applicant may keep open at once; 0 disables the cap, maximum
|
||||
# is 50.
|
||||
TELESRV_VERIFICATION_MAX_ACTIVE_PER_USER=3
|
||||
# System broadcast delivery worker (messages sent from account 777000). Same
|
||||
# durable-outbox pattern as the verification notifier above.
|
||||
TELESRV_BROADCAST_WORKER_INTERVAL=3s
|
||||
TELESRV_BROADCAST_WORKER_BATCH=50
|
||||
|
||||
# Tuning for third-party bot verification; the on/off switch
|
||||
# (TELESRV_BOT_VERIFICATION_ENABLED) is in the Moderation/Verification/Rating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue