From e60ff3aa9d6c6cb18fe8b414d95cef09e76350b6 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 16 Oct 2017 18:06:54 -0700 Subject: [PATCH] change default back to 3HR --- lib/client/renderer.js | 2 +- lib/settings.js | 2 +- views/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/client/renderer.js b/lib/client/renderer.js index b52d96c510d..cbb075a15aa 100644 --- a/lib/client/renderer.js +++ b/lib/client/renderer.js @@ -3,7 +3,7 @@ var _ = require('lodash'); var times = require('../times'); -var DEFAULT_FOCUS = times.hours(4).msecs +var DEFAULT_FOCUS = times.hours(3).msecs , WIDTH_SMALL_DOTS = 420 , WIDTH_BIG_DOTS = 800 , TOOLTIP_TRANS_MS = 100 // milliseconds diff --git a/lib/settings.js b/lib/settings.js index 74c084593e6..f7d6367d69c 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -31,7 +31,7 @@ function init ( ) { , scaleY: 'log' , showPlugins: '' , showForecast: 'ar2' - , focusHours: 4 + , focusHours: 3 , heartbeat: 60 , baseURL: '' , authDefaultRoles: 'readable' diff --git a/views/index.html b/views/index.html index 58e2e1b5562..0cc6c903834 100644 --- a/views/index.html +++ b/views/index.html @@ -149,7 +149,7 @@