Files
snek/src
retoor 7a0f58451a fix: reduce per-user executor pool max_workers from 5 to 1 in ChannelMessageService
The change limits concurrent thread execution per user to a single worker,
preventing resource exhaustion from unbounded thread creation in the
get_or_create_executor method.
2025-09-07 23:09:22 +00:00
..