diff --git a/frontend/src/views/Settings.vue b/frontend/src/views/Settings.vue index 6f519350..16c929c5 100644 --- a/frontend/src/views/Settings.vue +++ b/frontend/src/views/Settings.vue @@ -210,7 +210,7 @@ export default Vue.extend({ this.$root.loadConfig(); this.getSettings(); }); - }, 500); + }, 1000); }, () => { this.isLoading = false; });