mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Increase the propensity for generating a loss warning
This commit is contained in:
parent
cdf634dc41
commit
cf3ac50d22
@ -44,8 +44,8 @@ public class ControlStream implements ConnectionStatusListener {
|
||||
private InetAddress host;
|
||||
private Config config;
|
||||
|
||||
public static final int LOSS_PERIOD_MS = 5000;
|
||||
public static final int MAX_LOSS_COUNT_IN_PERIOD = 5;
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user