From 6b7b0d6d66ba126cc7234e6221cd1f405e0051c1 Mon Sep 17 00:00:00 2001 From: Nicholas Zuber Date: Mon, 5 Nov 2018 20:44:46 -0500 Subject: [PATCH] Bump sync to 8 seconds --- src/pages/Notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Notifications/index.js b/src/pages/Notifications/index.js index 4b5e30c..7163f19 100644 --- a/src/pages/Notifications/index.js +++ b/src/pages/Notifications/index.js @@ -124,7 +124,7 @@ class NotificationsPage extends React.Component { this.syncer = setInterval(() => { console.warn('sync'); this.props.notificationsApi.fetchNotificationsSync(); - }, 15 * 1000); + }, 8 * 1000); } componentWillUnmount () {