Slightly increase max concurrent tile loads
This commit is contained in:
parent
04ca1108be
commit
34b0e5f259
@ -132,7 +132,7 @@ export class DynmapTileLayer extends L.TileLayer {
|
||||
}
|
||||
|
||||
_tickLoadQueue() {
|
||||
if (this._loadingTiles.size > 4) {
|
||||
if (this._loadingTiles.size > 6) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user