increase update check interval
This commit is contained in:
@@ -38,7 +38,7 @@ import okhttp3.Response;
|
|||||||
|
|
||||||
@Keep
|
@Keep
|
||||||
public class GithubSelfUpdaterImpl extends GithubSelfUpdater{
|
public class GithubSelfUpdaterImpl extends GithubSelfUpdater{
|
||||||
private static final long CHECK_PERIOD=24*3600*1000L;
|
private static final long CHECK_PERIOD=6*3600*1000L;
|
||||||
private static final String TAG="GithubSelfUpdater";
|
private static final String TAG="GithubSelfUpdater";
|
||||||
|
|
||||||
private UpdateState state=UpdateState.NO_UPDATE;
|
private UpdateState state=UpdateState.NO_UPDATE;
|
||||||
|
|||||||
Reference in New Issue
Block a user