-
Bug
-
Resolution: Unresolved
-
Major
-
None
1. View your build pipeline
2. Open your web console
Expected:
- One or two AJAX requests at a time
Actual:
- 1200+ were executing.
Adding the ajax requests to a queue and aborting duplicates/using setTimeOut to delay execution by 50ms would fix this