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:
VakarisZ 2019-12-03 16:05:37 +02:00
commit 087b102984
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class AppComponent extends AuthComponent {
componentDidMount() {
this.updateStatus();
this.interval = setInterval(this.updateStatus, 5000);
this.interval = setInterval(this.updateStatus, 10000);
}
componentWillUnmount() {