When running in a daemon-like situation this could cause troubles as we consume more and more memory. We should only save the last 100 messages or so. We need the messages to recover from sending errors, but keeping the last 100 is plenty for that purpose, maybe 50 or even less will also work.
When running in a daemon-like situation this could cause troubles as we consume more and more memory. We should only save the last 100 messages or so. We need the messages to recover from sending errors, but keeping the last 100 is plenty for that purpose, maybe 50 or even less will also work.
We should look into this.