Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
YobiUpdate: Do not check update so frequently
Browse files Browse the repository at this point in the history
By the default, Yobi checks whether new software update is available
every a millisecond. This is a bug of the configuration library to
interpret 1d as 1ms. See
lightbend/config#117 for detail of the bug.
  • Loading branch information
Yi EungJun committed Dec 19, 2014
1 parent 03a0c99 commit f7d072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/application.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ application.notification.draft-time = 30s
# Software Update
# ~~~~~~~~~~~~~~~
# Check for updates of Yobi at this interval if it is grater than 0.
application.update.notification.interval = 1d
application.update.notification.interval = 1h
# A url to the git repository for Yobi releases.
application.update.repositoryUrl = "http://repo.yobi.io/naver/yobi"
# A format to construct the url to latest Yobi release. "%s" is a format
Expand Down

0 comments on commit f7d072d

Please sign in to comment.