mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Increase refresh interval for ICs to 10 sec
This commit is contained in:
parent
4fa2cb13ec
commit
08d2090087
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class InfrastructureComponents extends Component {
|
|||
});
|
||||
|
||||
// Start timer for periodic refresh
|
||||
this.timer = window.setInterval(() => this.refresh(), 1000);
|
||||
this.timer = window.setInterval(() => this.refresh(), 10000);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Add table
Reference in a new issue