Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
increase update check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Nov 4, 2022
1 parent c4eee28 commit ef207f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

@Keep
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 UpdateState state=UpdateState.NO_UPDATE;
Expand Down

0 comments on commit ef207f8

Please sign in to comment.