mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
Tweak warning thresholds after reducing the amount of frame invalidations requested
This commit is contained in:
parent
c8c7512600
commit
da1c350067
@ -47,9 +47,9 @@ public class ControlStream implements ConnectionStatusListener {
|
||||
private Config config;
|
||||
|
||||
public static final int LOSS_PERIOD_MS = 15000;
|
||||
public static final int MAX_LOSS_COUNT_IN_PERIOD = 3;
|
||||
public static final int MAX_SLOW_SINK_COUNT = 3;
|
||||
public static final int MESSAGE_DELAY_FACTOR = 5;
|
||||
public static final int MAX_LOSS_COUNT_IN_PERIOD = 2;
|
||||
public static final int MAX_SLOW_SINK_COUNT = 2;
|
||||
public static final int MESSAGE_DELAY_FACTOR = 3;
|
||||
|
||||
private long lossTimestamp;
|
||||
private int lossCount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user