increase buffer

master
Thomas Rudin 2018-10-27 23:30:25 +02:00
parent 8c81384455
commit 89aa82ebe8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class MapBlockParser {
inflater = new Inflater();
inflater.setInput(data, dataOffset, data.length - dataOffset);
int expectedMetadataSize = data.length * 50;
int expectedMetadataSize = data.length * 75;
if (expectedMetadataSize > 1024*1024){
logger.warn("Allocating {} bytes for mapblock metadata @ {}/{}/{}",