We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2559bc commit f9fb76aCopy full SHA for f9fb76a
src/components/Widgets/WidgetBase.vue
@@ -476,7 +476,7 @@ export default {
476
/* Returns users specified widget options, or empty object */
477
widgetOptions() {
478
const options = this.widget.options || {};
479
- const timeout = this.widget.timeout || 500;
+ const timeout = this.widget.timeout || 2500;
480
const useProxy = this.appConfig.widgetsAlwaysUseProxy || !!this.widget.useProxy;
481
const updateInterval = this.widget.updateInterval !== undefined
482
? this.widget.updateInterval : null;
0 commit comments