mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 13:43:08 +02:00
✌️
This commit is contained in:
parent
b87e7e50b6
commit
e0f847e539
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export default define({
|
|||
},
|
||||
mounted() {
|
||||
this.fetch();
|
||||
this.clock = setInterval(this.fetch, 1000 * 60 * 10);
|
||||
this.clock = setInterval(this.fetch, 1000 * 60);
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearInterval(this.clock);
|
||||
|
|
Loading…
Reference in a new issue