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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user