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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user