aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers/videos-redundancy-scheduler.ts
Commit message (Expand)AuthorAgeFilesLines
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-3/+2
* Ensure video existence before duplicating itChocobozzz2018-10-011-4/+21
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+1
* Fix redundancy totalVideos statsChocobozzz2018-09-251-1/+0
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-27/+59
* Remove unnecessary actor existance checkChocobozzz2018-09-211-0/+2
* Add redundancy check interval in configChocobozzz2018-09-191-7/+11
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-4/+2
* Speed up overviews routeChocobozzz2018-09-141-1/+1
* Add recently added redundancy strategyChocobozzz2018-09-141-27/+17
* Add trending videos strategyChocobozzz2018-09-141-0/+2
* Basic video redundancy implementationChocobozzz2018-09-131-0/+161