Feat: Renderbucket size is now sent by the server
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
package com.sheepit.client.hardware.cpu;
|
||||
|
||||
public class CPU {
|
||||
public static final int MIN_RENDERBUCKET_SIZE = 32;
|
||||
public static final int MIN_CORES = Runtime.getRuntime().availableProcessors() > 1 ? 2 : 1;
|
||||
private String name;
|
||||
private String model;
|
||||
|
||||
Reference in New Issue
Block a user