mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
put it back to 5 minutes
This commit is contained in:
@@ -6,7 +6,7 @@ import * as actions from '../actions/settings';
|
|||||||
// cleaner updates are planned in the future.
|
// cleaner updates are planned in the future.
|
||||||
// TODO: if there are more than two fields for the dashboard being created here,
|
// TODO: if there are more than two fields for the dashboard being created here,
|
||||||
// please create a new reducer specifically for the Dashboard.
|
// please create a new reducer specifically for the Dashboard.
|
||||||
const DASHBOARD_WINDOW_MINUTES = 105;
|
const DASHBOARD_WINDOW_MINUTES = 5;
|
||||||
let then = new Date();
|
let then = new Date();
|
||||||
then.setMinutes(then.getMinutes() - DASHBOARD_WINDOW_MINUTES);
|
then.setMinutes(then.getMinutes() - DASHBOARD_WINDOW_MINUTES);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user