Skip to content

Commit 13826f2

Browse files
authored
Merge pull request #442 from kaizumaki/feature/fix-interval-time
患者一覧のfetchのintervalを5分(300000ms)に修正
2 parents f401eea + 9d51153 commit 13826f2

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)