put it back to 5 minutes

This commit is contained in:
Riley Davis
2017-03-01 10:47:31 -07:00
parent 1f70a2d3eb
commit bbf70aedab
+1 -1
View File
@@ -6,7 +6,7 @@ import * as actions from '../actions/settings';
// cleaner updates are planned in the future.
// TODO: if there are more than two fields for the dashboard being created here,
// please create a new reducer specifically for the Dashboard.
const DASHBOARD_WINDOW_MINUTES = 105;
const DASHBOARD_WINDOW_MINUTES = 5;
let then = new Date();
then.setMinutes(then.getMinutes() - DASHBOARD_WINDOW_MINUTES);