Currently, the group history doesn't export a clean up function for cleaning the saved history. But since you are using disk_log for later versions of erlang, you can indirectly export the truncate function in the disk_log module for cleaning up the saved history. I could do a PR if that would help speed up the process...
Hi @ferd ,
Currently, the group history doesn't export a clean up function for cleaning the saved history. But since you are using disk_log for later versions of erlang, you can indirectly export the truncate function in the disk_log module for cleaning up the saved history. I could do a PR if that would help speed up the process...
Thank you,