On-disk history is capped at History::MaxPerChannel (500) per channel, but the live ChatModel
grows without bound as messages arrive, so a session left running for days on a CM4 keeps every row
in memory.
Tasks:
Related to #7, which reads the same rows.
On-disk history is capped at
History::MaxPerChannel(500) per channel, but the liveChatModelgrows without bound as messages arrive, so a session left running for days on a CM4 keeps every row
in memory.
Tasks:
Related to #7, which reads the same rows.