|
@ -17,7 +17,7 @@ export default class Trends extends ImmutablePureComponent { |
|
|
|
|
|
|
|
|
componentDidMount () { |
|
|
componentDidMount () { |
|
|
this.props.fetchTrends(); |
|
|
this.props.fetchTrends(); |
|
|
this.refreshInterval = setInterval(() => this.props.fetchTrends(), 36000); |
|
|
|
|
|
|
|
|
this.refreshInterval = setInterval(() => this.props.fetchTrends(), 3600000); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
componentWillUnmount () { |
|
|
componentWillUnmount () { |
|
|