system: increase widget timeout to 5 seconds

Start with a small increase here.
This commit is contained in:
Franco Fichtner 2024-07-29 12:27:12 +02:00
parent 804be3bb7e
commit 973e744fb0

View File

@ -37,7 +37,7 @@ export default class BaseWidget {
this.cachedData = {};
/* Connection timeout params */
this.timeoutPeriod = 1000;
this.timeoutPeriod = 5000;
this.retryLimit = 3;
this.eventSourceRetryCount = 0; // retrycount for $.ajax is managed in its own scope