Sha256: ef8083c141ee57bc1ab72b3540bef74768c156cdc5e13406f869efb21d0407ff
Contents?: true
Size: 746 Bytes
Versions: 10
Compression:
Stored size: 746 Bytes
Contents
# # Low Resources module # [depend] server [xml] etc/jetty-lowresources.xml [ini-template] ## Scan period to look for low resources (in milliseconds) # jetty.lowresources.period=1000 ## The idle timeout to apply to low resources (in milliseconds) # jetty.lowresources.idleTimeout=1000 ## Whether to monitor ThreadPool threads for low resources # jetty.lowresources.monitorThreads=true ## Max number of connections allowed before being in low resources mode # jetty.lowresources.maxConnections=0 ## Max memory allowed before being in low resources mode (in bytes) # jetty.lowresources.maxMemory=0 ## Max time a resource may stay in low resource mode before actions are taken (in milliseconds) # jetty.lowresources.maxLowResourcesTime=5000
Version data entries
10 entries across 10 versions & 1 rubygems