forked from p15670423/monkey
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Mike Salvatore | 07cfc34a8e |
|
@ -32,7 +32,7 @@ class MapPageComponent extends AuthComponent {
|
|||
componentDidMount() {
|
||||
this.getNodeStateListFromServer();
|
||||
this.updateMapFromServer();
|
||||
this.interval = setInterval(this.updateMapFromServer, 5000);
|
||||
this.interval = setInterval(this.updateMapFromServer, 1000);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Reference in New Issue