Clear last_activity table

Hi
I have a very Large last_activity table on a 3 node ejabberd v1.1.1 Cluster
How can i clean this table ?

Not implemented. Maybe manually

ejabberd does not provide any similar feature. A way to clean the Mnesia table is to start ejabberd in interactive mode (not in detached mode) and clear the table manually: mnesia:clear_table(last_activity).

Syndicate content