Skip to content

Commit

Permalink
Check for updates more frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
glinton committed Aug 18, 2017
1 parent ed70559 commit a83ec7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/update/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"github.com/nanobox-io/nanobox/models"
)

// Check for updates to nanobox once a week
const checkFrequency = (168 * time.Hour)
// Check for updates to nanobox every other day
const checkFrequency = (48 * time.Hour)

// Check checks to see if there is an update available for the nanobox CLI
func Check() {
Expand Down

0 comments on commit a83ec7a

Please sign in to comment.