@metamask/snaps-controllers 11.2.1 → 11.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1686,7 +1686,7 @@ async function _SnapController_getEndowments(snapId) {
1686
1686
  if (existingHandler) {
1687
1687
  return existingHandler;
1688
1688
  }
1689
- const requestQueue = new RequestQueue(5);
1689
+ const requestQueue = new RequestQueue(100);
1690
1690
  // We need to set up this promise map to map snapIds to their respective startPromises,
1691
1691
  // because otherwise we would lose context on the correct startPromise.
1692
1692
  const startPromises = new Map();