We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a917d commit b56f198Copy full SHA for b56f198
1 file changed
examples/aef-mosaic/src/App.tsx
@@ -98,9 +98,6 @@ export default function App() {
98
renderTile,
99
onTileUnload: (tile) => tile.content?.texture.destroy(),
100
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,
104
// Tiles are heavy, so limit GPU pressure with small cache size
105
maxCacheSize: 10,
106
updateTriggers: {
0 commit comments