opt: cpu
This commit is contained in:
@@ -120,11 +120,6 @@ public class MogoServiceProvider implements IMogoModuleProvider,
|
||||
*/
|
||||
private boolean mLoopRequest = false;
|
||||
|
||||
/**
|
||||
* 刷新补偿间隔
|
||||
*/
|
||||
private long mLoopInterval = 10_000L;
|
||||
|
||||
private Handler mHandler = new Handler( Looper.getMainLooper() ) {
|
||||
@Override
|
||||
public void handleMessage( @NonNull Message msg ) {
|
||||
|
||||
@@ -25,12 +25,12 @@ public class ServiceConst {
|
||||
/**
|
||||
* 倒计时间隔
|
||||
*/
|
||||
public static final int DECREASE_INTERVAL = 1_000;
|
||||
public static final int DECREASE_INTERVAL = 10_000;
|
||||
|
||||
/**
|
||||
* 刷新失败补偿消息
|
||||
*/
|
||||
public static final int MSG_LOOP_REQUEST = 10_000;
|
||||
public static final int MSG_LOOP_REQUEST = 0x101;
|
||||
|
||||
/**
|
||||
* 刷新失败补偿时间间隔
|
||||
|
||||
Reference in New Issue
Block a user