mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Lower network state update frequency
This commit is contained in:
parent
0365369dcd
commit
bc4b5fefe8
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user