Skip to content

Commit 9d51153

Browse files
committed
setIntervalを5分(300000ms)に修正
1 parent f401eea commit 9d51153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/center/_centerId/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class CenterId extends Vue {
107107
this.checkAndFetchPatients()
108108
this.timer = setInterval(() => {
109109
this.checkAndFetchPatients()
110-
}, 30000)
110+
}, 300000)
111111
}
112112
113113
beforeDestroy() {

0 commit comments

Comments
 (0)