more cache in mpv

This commit is contained in:
Adithya 2023-07-11 22:11:11 +05:30
parent 687fc79ef8
commit 364cf3c4fa
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,5 +1,4 @@
{
config,
pkgs,
...
}: {
@ -8,7 +7,7 @@
package = pkgs.mpv.override {youtubeSupport = true;};
config = {
cache = "yes";
cache-secs = "60";
cache-secs = "120";
hwdec = "auto-safe";
gpu-context = "wayland";
};