perf: reduce max workers to 1

This commit is contained in:
2026-01-24 07:24:42 +01:00
parent 89ca4716ee
commit 1eb9da64e2
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -30,6 +30,14 @@
## Version 1.31.0 - 2026-01-24
Reduces the maximum number of workers for channel message processing to 1, limiting concurrency to improve performance in resource-constrained environments.
**Changes:** 1 files, 2 lines
**Languages:** Python (2 lines)
## Version 1.30.0 - 2026-01-17