cache 60s in mpv

This commit is contained in:
Adithya 2023-07-08 14:11:16 +05:30
parent a3d6c23ebf
commit 36e35e2e47
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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