We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dcc53 commit 796858cCopy full SHA for 796858c
1 file changed
app/modules/tray/index.js
@@ -10,7 +10,7 @@ class Tray extends Component {
10
}
11
12
componentDidMount() {
13
- setInterval(this.refresh, 10000);
+ setInterval(this.refresh, 30000);
14
15
16
componentWillReceiveProps(nextProps) {
0 commit comments