Mysql CP performance enhancements

This commit is contained in:
Gabriele C
2016-09-02 15:48:58 +02:00
parent c6b35688eb
commit 9fa5f2beea
2 changed files with 12 additions and 1 deletions
@@ -0,0 +1,7 @@
package fr.xephi.authme.util;
public class RuntimeUtils {
public static int getCoreCount() {
return Runtime.getRuntime().availableProcessors();
}
}