mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
system: increase widget timeout to 5 seconds
Start with a small increase here.
This commit is contained in:
parent
804be3bb7e
commit
973e744fb0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user