Merge "Reduce overview proxy connection backoff time to hide back faster"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4a6df3f5e8
@@ -65,7 +65,7 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis
|
||||
|
||||
public static final String TAG_OPS = "OverviewProxyService";
|
||||
public static final boolean DEBUG_OVERVIEW_PROXY = false;
|
||||
private static final long BACKOFF_MILLIS = 5000;
|
||||
private static final long BACKOFF_MILLIS = 1000;
|
||||
private static final long DEFERRED_CALLBACK_MILLIS = 5000;
|
||||
|
||||
private final Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user