mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 22:30:32 +05:30
Lower network state update frequency
This commit is contained in:
parent
ec1acb4e4c
commit
a5c95f20a9
@ -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