️ Increases default widget timeout 2.5 sec (#581)

This commit is contained in:
Alicia Sykes 2022-03-29 15:27:28 +01:00 committed by GitHub
parent c2559bc731
commit f9fb76a97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ export default {
/* Returns users specified widget options, or empty object */
widgetOptions() {
const options = this.widget.options || {};
const timeout = this.widget.timeout || 500;
const timeout = this.widget.timeout || 2500;
const useProxy = this.appConfig.widgetsAlwaysUseProxy || !!this.widget.useProxy;
const updateInterval = this.widget.updateInterval !== undefined
? this.widget.updateInterval : null;