Skip to content

Commit 7fabfc5

Browse files
authored
update usage timeout interval
1 parent a116cd3 commit 7fabfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class Loader extends React.Component {
5151
this.setState({
5252
visible: !this.state.visible
5353
});
54-
}, 30000);
54+
}, 2000);
5555
}
5656

5757
render() {

0 commit comments

Comments
 (0)