This commit is contained in:
wangcongtao
2020-02-26 12:40:03 +08:00
parent c8c903bf67
commit 57356211b1
15 changed files with 228 additions and 26 deletions

View File

@@ -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 ) {

View File

@@ -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;
/**
* 刷新失败补偿时间间隔