Skip to content

Commit 9ec6fb7

Browse files
committed
Disable poller
1 parent e4b6489 commit 9ec6fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class DefaultLayout extends Vue {
3838
}
3939
4040
mounted() {
41-
this.startPoller()
41+
// this.startPoller()
4242
setTimeout(() => {
4343
if (this.poller) {
4444
clearInterval(this.poller)

0 commit comments

Comments
 (0)