Skip to content

Commit b56f198

Browse files
authored
fix: Reduce max requests in aef mosaic example (#597)
1 parent a1a917d commit b56f198

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/aef-mosaic/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ export default function App() {
9898
renderTile,
9999
onTileUnload: (tile) => tile.content?.texture.destroy(),
100100
minZoom: MIN_ZOOM,
101-
// source.coop supports HTTP/2 multiplexing, so increase concurrent
102-
// requests beyond browser limit of 6 per HTTP/1.1 domain
103-
maxRequests: 20,
104101
// Tiles are heavy, so limit GPU pressure with small cache size
105102
maxCacheSize: 10,
106103
updateTriggers: {

0 commit comments

Comments
 (0)