cronjob will do one process at a time.Originally Posted by nightmage
That is download a video or convert a video and add it to the site.
When it start downloading a video, its status is set to "start download", when finished, it will set to "finish download".
If you need to speed up the process, you need to run cron job more often, by default it run every 5 minutes, if you need you can run it every 1 or 2 minutes. But this will increase server load as processing video need a lot of CPU time and memory.
This is done alternatively, that is if cronjob downloaded a video, next time it will convert a video if a video is available for convert, not not it will start next download.Originally Posted by nightmage




Reply With Quote
Bookmarks