--- /usr/local/opnsense/www/js/widgets/BaseWidget.js 2024-07-26 08:22:07.000000000 +0200+++ /usr/local/opnsense/www/js/widgets/BaseWidget.js 2024-07-28 17:34:42.671882000 +0200@@ -37,7 +37,7 @@ this.cachedData = {}; /* Connection timeout params */- this.timeoutPeriod = 1000;+ this.timeoutPeriod = 10000; this.retryLimit = 3; this.eventSourceRetryCount = 0; // retrycount for $.ajax is managed in its own scope