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 @@