All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bcos.web3j.utils.Web3AsyncThreadPoolSize Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.bcos.web3j.utils;

/**
 * Created by mingzhenliu on 2018/8/24.
 */
public class Web3AsyncThreadPoolSize {
    public static Integer web3AsyncPoolSize = 100;
	public static Integer web3AsyncCorePoolSize = 50;
    public Web3AsyncThreadPoolSize(int web3AsyncPoolSize,int web3AsyncCorePoolSize){
        this.web3AsyncPoolSize = web3AsyncPoolSize;
		this.web3AsyncCorePoolSize = web3AsyncCorePoolSize;
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy