Description:
I noticed that prune_old_user_ips is executed quite often (every 5s) and wanted to lower the execution interval a bit to reduce server load, however it looks like it's currently not possible to do this at runtime.
It would be nice if the repeat interval of background jobs would be configurable somewhere.