cache 60s in mpv
This commit is contained in:
parent
a3d6c23ebf
commit
36e35e2e47
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue