Mysql CP performance enhancements
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package fr.xephi.authme.util;
|
||||
|
||||
public class RuntimeUtils {
|
||||
public static int getCoreCount() {
|
||||
return Runtime.getRuntime().availableProcessors();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user