Skip to content

Commit f9fb76a

Browse files
authored
⚡️ Increases default widget timeout 2.5 sec (#581)
1 parent c2559bc commit f9fb76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Widgets/WidgetBase.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export default {
476476
/* Returns users specified widget options, or empty object */
477477
widgetOptions() {
478478
const options = this.widget.options || {};
479-
const timeout = this.widget.timeout || 500;
479+
const timeout = this.widget.timeout || 2500;
480480
const useProxy = this.appConfig.widgetsAlwaysUseProxy || !!this.widget.useProxy;
481481
const updateInterval = this.widget.updateInterval !== undefined
482482
? this.widget.updateInterval : null;

0 commit comments

Comments
 (0)