Skip to content

Commit

Permalink
Check for updates only every 14 days
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Apr 2, 2018
1 parent e7dd6e4 commit 03871ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crane/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ func checkForUpdates(manual bool) error {
}

func autoUpdateCheckInterval() time.Duration {
return 7 * 24 * time.Hour
return 14 * 24 * time.Hour
}

0 comments on commit 03871ef

Please sign in to comment.