processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/ejabberd/
Other
6.12k stars 1.51k forks source link

mod_mam #4252

Closed prabhugithubme closed 4 months ago

prabhugithubme commented 4 months ago

mod_mam messages are deleted within 20 days (i mean in ejabberd arrive table maintained only last 20 days messages only). How to increase or hot manage this messgae delete operation?.

weiss commented 4 months ago

ejabberd doesn't delete MAM messages automatically. Maybe you created a Cronjob or systemd timer that calls ejabberdctl delete_old_mam_messages, or something?

prabhugithubme commented 4 months ago

Okay Thank you got the reason as you are suggested.