Skip to content

Commit

Permalink
Increase settings UI poll interval to reduce broken requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 20, 2024
1 parent 30be235 commit 6258fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default Vue.extend({
this.$root.loadConfig();
this.getSettings();
});
}, 500);
}, 1000);
}, () => {
this.isLoading = false;
});
Expand Down

0 comments on commit 6258fd5

Please sign in to comment.