Feature/limit concurrent image requests (#639)

Prevent exhausting the available concurrent requests to the same domain by the browser with just image requests.

This prevents e.g. when browsing a slow source from having 6 concurrent image requests and having to wait for the next page request until one of those requests has finished
This commit is contained in:
schroda
2024-03-05 02:11:40 +01:00
committed by GitHub
parent daf6b50249
commit 6cff75e257
3 changed files with 29 additions and 11 deletions

View File

@@ -45,6 +45,7 @@
"i18next": "^23.8.1",
"i18next-browser-languagedetector": "^7.2.0",
"material-ui-popup-state": "^5.0.10",
"p-limit": "^5.0.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-device-detect": "^2.2.3",