mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +08:00
Increase settings UI poll interval to reduce broken requests.
This commit is contained in:
parent
30be235e2a
commit
6258fd5cee
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ export default Vue.extend({
|
|||
this.$root.loadConfig();
|
||||
this.getSettings();
|
||||
});
|
||||
}, 500);
|
||||
}, 1000);
|
||||
}, () => {
|
||||
this.isLoading = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue