Skip to content

Commit 796858c

Browse files
committed
Increase the coin checktime to 30s
1 parent a2dcc53 commit 796858c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/modules/tray/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Tray extends Component {
1010
}
1111

1212
componentDidMount() {
13-
setInterval(this.refresh, 10000);
13+
setInterval(this.refresh, 30000);
1414
}
1515

1616
componentWillReceiveProps(nextProps) {

0 commit comments

Comments
 (0)