From 06fcdcd985b8f5a9fc22daa0526f008ea7c4b521 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 8 Jun 2026 15:20:46 -0400 Subject: [PATCH] fix: Reduce max requests in aef mosaic example --- examples/aef-mosaic/src/App.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/aef-mosaic/src/App.tsx b/examples/aef-mosaic/src/App.tsx index 15a691ef..9c8fc2c5 100644 --- a/examples/aef-mosaic/src/App.tsx +++ b/examples/aef-mosaic/src/App.tsx @@ -98,9 +98,6 @@ export default function App() { renderTile, onTileUnload: (tile) => tile.content?.texture.destroy(), minZoom: MIN_ZOOM, - // source.coop supports HTTP/2 multiplexing, so increase concurrent - // requests beyond browser limit of 6 per HTTP/1.1 domain - maxRequests: 20, // Tiles are heavy, so limit GPU pressure with small cache size maxCacheSize: 10, updateTriggers: {