fix(store): cap game-writeback stream with MAXLEN trimming #58

Merged
Janis merged 1 commits from fix/NCS-88-game-writeback-unbounded into main 2026-06-03 07:44:13 +02:00

1 Commits

Author SHA1 Message Date
Janis Eccarius bc05c663b5 fix(store): cap game-writeback stream with MAXLEN trimming
Build & Test (NowChessSystems) TeamCity build finished
Add approximate MAXLEN ~1000 to all xadd calls in
GameWritebackStreamListener. Without trimming, ACKed messages
accumulate in the stream indefinitely, wasting Redis memory.

Closes NCS-88
https://knockoutwhist.youtrack.cloud/issue/NCS-88
2026-06-03 04:04:47 +02:00