Increased concurrency for local message delivery

This commit is contained in:
mdecimus
2025-01-16 18:52:46 +01:00
parent ef721412da
commit bfba299e6b
8 changed files with 56 additions and 19 deletions

View File

@@ -8,10 +8,12 @@ To upgrade update the webadmin and then replace the `stalwart-mail` binary.
### Added
- Automatic revoking of access tokens when secrets, permissions, ACLs or group memberships change (#649).
- Increased concurrency for local message delivery (configurable via `queue.threads.local`).
- Cluster node roles.
- `config_get` expression function.
### Changed
- `queue.outbound.concurrency` is now `queue.threads.remote`.
- `lookup.default.hostname` is now `server.hostname`.
- `lookup.default.domain` is now `report.domain`.