forked from p15670423/monkey
Merge remote-tracking branch 'upstream/develop' into mitre_updates
# Conflicts: # monkey/monkey_island/cc/ui/src/components/pages/ZeroTrustReportPage.js
This commit is contained in:
commit
087b102984
|
@ -111,7 +111,7 @@ class AppComponent extends AuthComponent {
|
|||
|
||||
componentDidMount() {
|
||||
this.updateStatus();
|
||||
this.interval = setInterval(this.updateStatus, 5000);
|
||||
this.interval = setInterval(this.updateStatus, 10000);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Reference in New Issue