Bump sync to 8 seconds

This commit is contained in:
Nicholas Zuber 2018-11-05 20:44:46 -05:00
parent 7a75ff7703
commit 6b7b0d6d66

View File

@ -124,7 +124,7 @@ class NotificationsPage extends React.Component {
this.syncer = setInterval(() => {
console.warn('sync');
this.props.notificationsApi.fetchNotificationsSync();
}, 15 * 1000);
}, 8 * 1000);
}
componentWillUnmount () {