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 () {