Skip to content

Commit

Permalink
gapic/UpdateWatcher: Don't check for pre-releases.
Browse files Browse the repository at this point in the history
Longer term we should probably have this on a setting.
  • Loading branch information
ben-clayton committed Jan 17, 2018
1 parent f4d8fb0 commit 04e4347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/src/main/com/google/gapid/util/UpdateWatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
public class UpdateWatcher {
private static final long CHECK_INTERVAL_MS = TimeUnit.HOURS.toMillis(8);
private static final boolean INCLUDE_PRE_RELEASES = true;
private static final boolean INCLUDE_PRE_RELEASES = false;

private final Settings settings;
private final Client client;
Expand Down

0 comments on commit 04e4347

Please sign in to comment.