Increase auto-report generation timeout
All checks were successful
Deployment / deploy-docker (push) Successful in 16s
All checks were successful
Deployment / deploy-docker (push) Successful in 16s
This commit is contained in:
@@ -754,7 +754,7 @@
|
||||
}, 800);
|
||||
} else if (x && y && time) {
|
||||
// Auto-generate report even without ISIN filters
|
||||
setTimeout(() => renderAnalyticsReport(), 800);
|
||||
setTimeout(() => renderAnalyticsReport(), 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user