perf: reduce channel message processing max workers from 30 to 1

Lower the ThreadPoolExecutor max_workers parameter in ChannelMessageService from 30 to 1 to limit concurrency and improve performance under resource-constrained conditions. Bump project version from 1.30.0 to 1.31.0 and update CHANGELOG.md to document the change.
This commit is contained in:
2026-01-24 06:24:42 +00:00
parent e5ea9b626d
commit 662b7d30f1
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