Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change from lazy media storage cleanup to eager
Before, if there was any storage location below max use threshold, the cleanup was skipped. This might cause problem described in #656 : as long as one location has space, others might fill up if used by other processes. The default location, /var/lib/bluecherry/recordings/ is usually on the system rootfs, where many services' and users' activities contribute to increasing the filesystem space used. Now, the media cleanup happens if any of the storage locations is over the threshold.
- Loading branch information