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

conf.d.threadpools.conf Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
[threadpools]
#
# This configures the Weft threadpool-injector. It is used to initialize 
# threadpools with custom names, sizes, and thread priorities, and inject
# them via the CDI annotation: @ExecutorConfig
# (class name is: org.commonjava.cdi.util.weft.ExecutorConfig)
#
# defaultThreads=NN # Default for this is calculated by: Runtime.getRuntime().availableProcessors() * 2
# defaultPriority=8
# For a custom threadpool called 'mypool' you might configure it using:
# mypool.threads=NN
# mypool.priority=N

# By default, weft is enabled
#
#enabled=false

# Metric name prefix for clustering environment
#
#node.prefix = node-1

# MITM proxy
mitm-transfers.threads=20
mitm-transfers.priority=5
mitm-transfers.maxLoadFactor=99999




© 2015 - 2025 Weber Informatics LLC | Privacy Policy