This commit is contained in:
kamhung
2015-11-13 16:08:06 +08:00
parent 1d5e470ee5
commit 97cdb69788

View File

@@ -22,7 +22,7 @@ import java.util.function.*;
*/
public final class Transport {
protected static final int MAX_POOL_LIMIT = 16;
protected static final int MAX_POOL_LIMIT = Runtime.getRuntime().availableProcessors() * 16;
protected final String name;