more cache in mpv
This commit is contained in:
parent
687fc79ef8
commit
364cf3c4fa
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue