# Is er een manier waarop ik e-mailmeldingen sneller kan verzenden?

**URL:** https://meta.discourse.org/t/is-there-a-way-i-can-send-email-notifications-faster/383103
**Category:** Self-hosting
**Tags:** notifications, email, hosting
**Created:** [18 september 2025 om 10:16 UTC](https://meta.discourse.org/t/is-there-a-way-i-can-send-email-notifications-faster/383103 "2025-09-18T10:16:41Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [4 oktober 2025 om 06:00 UTC](https://meta.discourse.org/t/is-there-a-way-i-can-send-email-notifications-faster/383103/16 "2025-10-04T06:00:51Z")

</div>

Thanks @supermathie

My `app.yml` now reads:

```plaintext
env:
  LANG: en_US.UTF-8
  # DISCOURSE_DEFAULT_LOCALE: en

  ## How many concurrent web requests are supported? Depends on memory and CPU cores.
  ## will be set automatically by bootstrap based on detected CPUs, or you can override
  UNICORN_WORKERS: 8

  ## Added this line on 04/10/25
  ## REF: https://meta.discourse.org/t/is-there-a-way-i-can-send-email-notifications-faster/383103/12
  DISCOURSE_SIDEKIQ_WORKERS: 7

```

I’ll rebuild later in the week and time it sending emails 😃

Just so I know my change has taken effect, am I right in thinking this `Threads` value should increase from `5` to `7`?

 ![Screenshot 2025-10-04 at 06.59.26](https://global.discourse-cdn.com/meta/original/4X/5/0/f/50f65c0f5eabc30e2b217d1fc80702eaeab16162.jpeg)

---

_[View the full topic](https://meta.discourse.org/t/is-there-a-way-i-can-send-email-notifications-faster/383103)._
