|
@@ -154,7 +154,7 @@
|
|
|
startTick() {
|
|
startTick() {
|
|
|
let tick = this.tryTick;
|
|
let tick = this.tryTick;
|
|
|
if (this.timer) clearInterval(this.timer);
|
|
if (this.timer) clearInterval(this.timer);
|
|
|
- this.timer = setInterval(tick, 10 * 1000);
|
|
|
|
|
|
|
+ this.timer = setInterval(tick, 5 * 1000);
|
|
|
},
|
|
},
|
|
|
stopTick() {
|
|
stopTick() {
|
|
|
if (this.timer) clearInterval(this.timer);
|
|
if (this.timer) clearInterval(this.timer);
|