1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30

Lower network state update frequency

This commit is contained in:
Arkadiusz Fal 2022-08-07 13:49:10 +02:00
parent 0365369dcd
commit bc4b5fefe8

View File

@ -8,7 +8,7 @@ import SwiftUI
final class MPVBackend: PlayerBackend {
static var controlsUpdateInterval = 0.5
static var networkStateUpdateInterval = 0.1
static var networkStateUpdateInterval = 0.3
private var logger = Logger(label: "mpv-backend")