Revert max world gen tasks 2 -> 20

I was hoping it would fix LODs not appearing, although it appears there was a different problem which has since been fixed.
This commit is contained in:
James Seibel
2024-05-11 16:23:20 -05:00
parent 899c4aca91
commit f5e0c112e3
@@ -55,7 +55,7 @@ public class GeneratedFullDataSourceProvider extends FullDataSourceProviderV2 im
* TODO this should be dynamically allocated based on CPU load
* and abilities.
*/
public static final int MAX_WORLD_GEN_REQUESTS_PER_THREAD = 2;
public static final int MAX_WORLD_GEN_REQUESTS_PER_THREAD = 20;
private final AtomicReference<IFullDataSourceRetrievalQueue> worldGenQueueRef = new AtomicReference<>(null);