Skip to content

Commit

Permalink
Now with 50% less auto-updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed May 31, 2012
1 parent 3fdaf26 commit 91b4758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_for_upgrade.sh
Expand Up @@ -23,7 +23,7 @@ then
fi

epoch_diff=$(($(_current_epoch) - $LAST_EPOCH))
if [ $epoch_diff -gt 6 ]
if [ $epoch_diff -gt 13 ]
then
if [ "$DISABLE_UPDATE_PROMPT" = "true" ]
then
Expand Down

0 comments on commit 91b4758

Please sign in to comment.