-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow server wide disabling of recording Cleaner #2670
Comments
Hello, i took a look at the record cleaning feature, and i found out that when |
Excellent, thank you very much. I just tried that fix (#2671) on the aforementioned server and I can confirm that this resolves our performance issues! |
This issue is mentioned in release v1.3.0 🚀 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Describe the feature
We are trying out the native recording functionality but we don't need the automatic deletion of recorded files. We have multiple streams that are recorded, each containing many (a couple of million) files. We found that the Cleaner takes up a lot of CPU on startup and periodically afterwards. It also seems to use a bit of memory compared to a server that has the same number of streams, but only a few recording segments. It would be nice to be able to disable the Cleaner, for example, with a global setting (e.g.
recordEnableDelete
that defaults to true). The option to disable automatic deletion by setting the time span to0s
per stream doesn't seem to have the desired effect, since the Cleaner still runs and uses unnecessary resources.The text was updated successfully, but these errors were encountered: