[Feature request] custom preload time cache size
Is your feature request related to a problem? Please describe. right now invidious has a 90 second preload-cache size when watching videos. my internet is not fast so loading is slow. so if I want to seek into ,say, two minute later in video I have to wait for video to cache again.
Describe the solution you'd like allow user to increase cache size to more.
It's a default value in videojs, the video player of invidious, not something we decided on.
I understand the need. Meanwhile, if you are hosting invidious yourself, you can modify the values yourself. Here is an example: https://github.com/yewtudotbe/invidious-custom/blob/master/patches/005-decrease-buffer-seconds-for-saving-bandwidth.patch.disabled
I think we can still add an option for it, should be easy to add. Can be made just like we handle const video_data in JS files.