correct interval
gitea/salix/pipeline/head Build queued... Details

This commit is contained in:
Alex Moreno 2022-06-13 13:37:06 +02:00
parent 559f313814
commit 3e133c22e1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export class Layout extends Component {
super($element, $); super($element, $);
this.modules = vnModules.get(); this.modules = vnModules.get();
this.$http = $http; this.$http = $http;
this.versionInterval = setInterval(this.getVersion.bind(this), 1000); this.versionInterval = setInterval(this.getVersion.bind(this), 300000);
} }
$onInit() { $onInit() {