Files
WhisperLive/tests
Aaron Boxer 9e5e4a9970 Bound transcript memory and translation queue size
- Add MAX_TRANSCRIPT_LENGTH (500) and MAX_TRANSLATION_QUEUE_SIZE (100)
  class constants to ServeClientBase
- Trim transcript and text lists after each update_segments() call
- Create translation queue with maxsize to prevent unbounded growth
- Added tests for _trim_transcript()
2026-04-17 09:29:38 -04:00
..
2024-02-08 14:03:13 +05:30
2026-04-17 09:05:34 -04:00
Refactor 🔨
2025-03-24 16:48:33 +05:30