Increase auto-report generation timeout
All checks were successful
Deployment / deploy-docker (push) Successful in 16s

This commit is contained in:
Melchior Reimers
2026-01-25 15:21:24 +01:00
parent 2ef8a8bf2f
commit c4eefc475b

View File

@@ -754,7 +754,7 @@
}, 800);
} else if (x && y && time) {
// Auto-generate report even without ISIN filters
setTimeout(() => renderAnalyticsReport(), 800);
setTimeout(() => renderAnalyticsReport(), 1000);
}
}