add modified apicache library with disabling client cache

This commit is contained in:
LouisLam
2021-09-22 00:58:22 +08:00
parent 0834770509
commit 8c7ee94769
6 changed files with 831 additions and 14 deletions

View File

@@ -409,7 +409,7 @@ export default {
this.updateHeartbeatList();
feedInterval = setInterval(() => {
this.updateHeartbeatList();
}, 5 * 60 * 1000);
}, (300 + 10) * 1000);
},
methods: {