From c4eefc475b30d577968739a92c96a0908003170f Mon Sep 17 00:00:00 2001 From: Melchior Reimers Date: Sun, 25 Jan 2026 15:21:24 +0100 Subject: [PATCH] Increase auto-report generation timeout --- dashboard/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/public/index.html b/dashboard/public/index.html index 788ae20..cbc1ded 100644 --- a/dashboard/public/index.html +++ b/dashboard/public/index.html @@ -754,7 +754,7 @@ }, 800); } else if (x && y && time) { // Auto-generate report even without ISIN filters - setTimeout(() => renderAnalyticsReport(), 800); + setTimeout(() => renderAnalyticsReport(), 1000); } }