1
0
Fork 0
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:
Sonja Happ 2020-09-30 13:46:38 +02:00
parent 4fa2cb13ec
commit 08d2090087

View file

@ -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() {