Disable the automatic poolSize option

it creates more issues than benefits
This commit is contained in:
Gabriele C
2017-12-13 23:13:28 +01:00
parent 2d77f54695
commit 26a69297ce
6 changed files with 22 additions and 25 deletions
@@ -96,15 +96,6 @@ public final class Utils {
return coll == null || coll.isEmpty();
}
/**
* Return the available core count of the JVM.
*
* @return the core count
*/
public static int getCoreCount() {
return Runtime.getRuntime().availableProcessors();
}
/**
* Returns whether the given email is empty or equal to the standard "undefined" email address.
*