Skip to content

Commit

Permalink
Clarify timeframe is in nanoseconds (closes sourcegraph#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Jul 28, 2017
1 parent ad40817 commit 1502f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions statuspage/js/config_template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
checkup.config = {
// How much history to show on the status page. Long durations and
// frequent checks make for slow loading, so be conservative.
// This value is in NANOSECONDS to mirror Go's time package.
"timeframe": 1 * time.Day,

// How often, in seconds, to pull new checks and update the page.
Expand Down

0 comments on commit 1502f9a

Please sign in to comment.