diff --git a/client/components/post-list-fetcher/index.jsx b/client/components/post-list-fetcher/index.jsx index ba3fd99eaef5..d7ed3f6b3910 100644 --- a/client/components/post-list-fetcher/index.jsx +++ b/client/components/post-list-fetcher/index.jsx @@ -126,7 +126,7 @@ PostListFetcher = React.createClass( { componentDidMount: function() { var postListStore = postListStoreFactory( this.props.postListStoreId ); - this._poller = pollers.add( postListStore, actions.fetchUpdated, { interval: 60000, leading: false } ); + this._poller = pollers.add( postListStore, actions.fetchUpdated, { interval: 60000, leading: true } ); }, componentWillUnmount: function() {