diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-21 07:44:21 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-21 07:44:21 +0900 |
| commit | 7de782d89d9b24df915394ebc3dbb7b4b30250fd (patch) | |
| tree | 67a0ea5f881243e3ae491808c4136239a0c4141a | |
| parent | cdfd5173b20c8166e6a2199df74b3dd0447fbd6b (diff) | |
modified scripts/integrity-check.lua
| -rw-r--r-- | ar/.config/mpv/scripts/integrity-check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/mpv/scripts/integrity-check.lua b/ar/.config/mpv/scripts/integrity-check.lua index a15ca9f..1fb1f3b 100644 --- a/ar/.config/mpv/scripts/integrity-check.lua +++ b/ar/.config/mpv/scripts/integrity-check.lua @@ -43,7 +43,7 @@ local opts = { -- the disk/cache and stutter playback (ionice is ignored by the `none` -- scheduler, so rate-limiting is what actually protects playback). -- 0 = unlimited. The current file is always checked at full speed. - bg_read_rate = 8, + bg_read_rate = 0, bg_read_burst = 30, -- seconds to read at full speed first (headers/early errors) -- Low-priority wrapper (helps userspace CPU; ionice is a no-op on `none`). -- Set to "" to disable. (Linux: coreutils `nice`, util-linux `ionice`.) |
